ImageGear .NET v24.12 - Updated
FilltypeCount Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : FilltypeCount Property
Gets total count of fill types in the internal filltype container.
Syntax
'Declaration
 
Public ReadOnly Property FilltypeCount As Integer
'Usage
 
Dim instance As ImGearVectorData
Dim value As Integer
 
value = instance.FilltypeCount
public int FilltypeCount {get;}
public: __property int get_FilltypeCount();
public:
property int FilltypeCount {
   int get();
}

Property Value

Non-negative integer value.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members