ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearMouseToolSettings Class / Select Property




In This Topic
    Select Property
    In This Topic
    Gets or sets an object that provides access to the settings of the select mouse tool.
    Syntax
    'Declaration
     
    Public Property Select As ImGearSelectSettings
    'Usage
     
    Dim instance As ImGearMouseToolSettings
    Dim value As ImGearSelectSettings
     
    instance.Select = value
     
    value = instance.Select
    public ImGearSelectSettings Select {get; set;}
    public: __property ImGearSelectSettings* get_Select();
    public: __property void set_Select( 
       ImGearSelectSettings* value
    );
    public:
    property ImGearSelectSettings^ Select {
       ImGearSelectSettings^ get();
       void set (    ImGearSelectSettings^ value);
    }

    Property Value

    A ImGearSelectSettings object.
    See Also