GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandle Class / Style Property
In This Topic
    Style Property (GoHandle)
    In This Topic
    Gets or sets the appearance style for this handle.
    Syntax
    [Description("The appearance style.")]
    public GoHandleStyle Style {get; set;}

    Property Value

    The default style is GoHandleStyle.Rectangle
    Remarks
    Normally, bounding handles are open rectangles that go around the handled object, and resize handles are small rectangles that are filled with a selection color. Because handles are only used in views, setting this property is not tracked by the undo/redo mechanism.
    See Also