ImageGear .NET - Updated
SelectionType Property (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : SelectionType Property
Gets the selection type.
Syntax
'Declaration
 
Public Overrides ReadOnly Property SelectionType As ImGearARTSelectionType
'Usage
 
Dim instance As ImGearARTPolygon
Dim value As ImGearARTSelectionType
 
value = instance.SelectionType
public override ImGearARTSelectionType SelectionType {get;}
public: __property ImGearARTSelectionType get_SelectionType() override;
public:
property ImGearARTSelectionType SelectionType {
   ImGearARTSelectionType get() override;
}

Property Value

ImGearARTSelectionType value.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members