ImageGear .NET v24.12 - Updated
HandleSize Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationSettings Class : HandleSize Property
Gets or sets the length and width in device-independent units (1/96th inch per unit) of the handles that are displayed when an annotation is selected.
Syntax
'Declaration
 
Public Property HandleSize As Double
'Usage
 
Dim instance As ImGearAnnotationSettings
Dim value As Double
 
instance.HandleSize = value
 
value = instance.HandleSize
public double HandleSize {get; set;}
public: __property double get_HandleSize();
public: __property void set_HandleSize( 
   double value
);
public:
property double HandleSize {
   double get();
   void set (    double value);
}

Property Value

Double value.
Remarks
The default value is 8.
See Also

Reference

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members