GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCylinder Class / Orientation Property
In This Topic
    Orientation Property (GoCylinder)
    In This Topic
    Gets or sets how to draw the cylinder, whether the parallel lines of the cylinder are drawn horizontally or vertically.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Whether the parallel lines of the cylinder are drawn horizontally or vertically.")]
    public virtual Orientation Orientation {get; set;}

    Property Value

    This defaults to Orientation.Vertical.
    See Also