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




In This Topic
    SelectionType Property (ImGearARTEllipse)
    In This Topic
    Gets the selection type.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SelectionType As ImGearARTSelectionType
    'Usage
     
    Dim instance As ImGearARTEllipse
    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