GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRulerTextOrientation Enumeration
In This Topic
    GoRulerTextOrientation Enumeration
    In This Topic
    Provides orientation values for text.
    Syntax
    public enum GoRulerTextOrientation : System.Enum 
    Members
    MemberDescription
    BottomUp Specifies a text rotation of two hundred seventy degrees.
    Normal Specifies a text rotation of zero degrees.
    TopDown Specifies a text rotation of ninety degrees.
    UpsideDown Specifies a text rotation of one hundred eighty degrees.
    See Also