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

    Property Value

    This defaults to Orientation.Horizontal.
    See Also