ImageGear .NET v24.12 - Updated
Select Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearMouseToolSettings Class : Select Property
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

Reference

ImGearMouseToolSettings Class
ImGearMouseToolSettings Members