Gets or sets an index of the fill type attribute of the layer.
'Declaration
Public Property FilltypeIndex As Integer
'Usage
Dim instance As ImGearVectorLayer
Dim value As Integer
instance.FilltypeIndex = value
value = instance.FilltypeIndex
public int FilltypeIndex {get; set;}
public: __property int get_FilltypeIndex();
public: __property void set_FilltypeIndex(
int value
);
public:
property int FilltypeIndex {
int get();
void set ( int value);
}
Property Value
An integer value between 0 and (
vectdata.FilltypeCount - 1
), where vectdata is the
ImGearVectorData class object the layer belongs to.