GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ResizeHandleSize Property
In This Topic
    ResizeHandleSize Property
    In This Topic
    The default size for new resize handles for resizable selected objects.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual SizeF ResizeHandleSize {get; set;}

    Property Value

    This SizeF value is in document coordinates. The initial value is 6x6.
    See Also