ImageGear for .NET
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
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);
}
'Declaration
 
Public Property HandleSize As Double
 
'Usage
 
Dim instance As ImGearAnnotationSettings
Dim value As Double
 
instance.HandleSize = value
 
value = instance.HandleSize

Property Value

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

Reference

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback