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

    Property Value

    The initial value is 2.
    See Also