GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHexagon Class / Orientation Property
In This Topic
    Orientation Property (GoHexagon)
    In This Topic
    Gets or sets how to draw the hexagon, based on whether its prominent pair of verticies point vertically or horizontally.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Whether the pair of parallel lines run vertically or horizontally")]
    public virtual Orientation Orientation {get; set;}

    Property Value

    This defaults to "Orientation.Horizontal".
    See Also