ImageGear .NET v24.12 - Updated
SelectionType Property (ImGearARTSelection)




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

Property Value

ImGearARTSelectionType value.
See Also

Reference

ImGearARTSelection Class
ImGearARTSelection Members