GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandleStyle Enumeration
In This Topic
    GoHandleStyle Enumeration
    In This Topic
    Specifies the shape of the handle.
    Syntax
    public enum GoHandleStyle : System.Enum 
    Members
    MemberDescription
    DiamondAn appearance style for GoHandle
    EllipseAn appearance style for GoHandle
    NoneAn appearance style for GoHandle
    RectangleAn appearance style for GoHandle
    TriangleBottomLeftAn appearance style for GoHandle: a triangle with a point at the BottomLeft.
    TriangleBottomRightAn appearance style for GoHandle: a triangle with a point at the BottomRight.
    TriangleMiddleBottomAn appearance style for GoHandle: a triangle with a point at the MiddleBottom.
    TriangleMiddleLeftAn appearance style for GoHandle: a triangle with a point at the MiddleLeft.
    TriangleMiddleRightAn appearance style for GoHandle: a triangle with a point at the MiddleRight.
    TriangleMiddleTopAn appearance style for GoHandle: a triangle with a point at the MiddleTop.
    TriangleTopLeftAn appearance style for GoHandle: a triangle with a point at the TopLeft.
    TriangleTopRightAn appearance style for GoHandle: a triangle with a point at the TopRight.
    See Also