GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / TextOrientation Property
In This Topic
    TextOrientation Property
    In This Topic
    Gets or sets the orientation of the text on the ruler.
    Syntax
    [Description("The orientation of the text on the ruler.")]
    [Category("Ruler Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual GoRulerTextOrientation TextOrientation {get; set;}

    Property Value

    The default value is GoRulerTextOrientation.Normal.
    Remarks
    The TextOrientation determines the rotation of the text when it is drawn onto the ruler. GoRulerTextOrientation.Normal represents a rotation of zero degrees, GoRulerTextOrientation.TopDown represents a rotation of 90 degrees, GoRulerTextOrientation.UpsideDown represents a rotation of 180 degrees, and GoRulerTextOrientation.UpsideDown represents a rotation of 270 degrees.
    See Also