ImageGear .NET - Updated March 30, 2018
FilltypeIndex Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLayer Class : FilltypeIndex Property
Gets or sets an index of the fill type attribute of the layer.
Syntax
'Declaration
 
Public Property FilltypeIndex As Integer
 
'Usage
 
Dim instance As ImGearVectorLayer
Dim value As Integer
 
instance.FilltypeIndex = value
 
value = instance.FilltypeIndex

Property Value

An integer value between 0 and (vectdata.FilltypeCount - 1), where vectdata is the ImGearVectorData class object the layer belongs to.
Remarks
Actual fill types are contained in the fill types container of the vector data object. The default value is 0.
See Also

Reference

ImGearVectorLayer Class
ImGearVectorLayer Members