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.
See Also