GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ResizeHandlePenWidth Property
In This Topic
    ResizeHandlePenWidth Property
    In This Topic
    Gets or sets the width of the pen used in resize handles for a selected object.
    Syntax
    [Category("Selection")]
    [DefaultValue(1)]
    [Description("The width of the pen used to draw the standard resize handle")]
    public virtual float ResizeHandlePenWidth {get; set;}

    Property Value

    The initial value is 1.
    See Also