ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTSelection Class / SelectionType Property




In This Topic
    SelectionType Property (ImGearARTSelection)
    In This Topic
    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