ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationSettings Class / HandleSize Property




In This Topic
    HandleSize Property
    In This Topic
    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