ImageGear .NET - Updated
Type Property (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : Type Property
Gets mark's type.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Type As ImGearARTMarkType
'Usage
 
Dim instance As ImGearARTPolygon
Dim value As ImGearARTMarkType
 
value = instance.Type
public override ImGearARTMarkType Type {get;}
public: __property ImGearARTMarkType get_Type() override;
public:
property ImGearARTMarkType Type {
   ImGearARTMarkType get() override;
}

Property Value

ImGearARTMarkType enumeration value.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members
ImGearARTMarkType Enumeration