Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace > GoRuler Class : TextOrientation Property |
'Declaration <DefaultValueAttribute()> <CategoryAttribute("Ruler Appearance")> <DescriptionAttribute("The orientation of the text on the ruler.")> Public Overridable Property TextOrientation As GoRulerTextOrientation
[DefaultValueAttribute()] [CategoryAttribute("Ruler Appearance")] [DescriptionAttribute("The orientation of the text on the ruler.")] public virtual GoRulerTextOrientation TextOrientation {get; set;}
GoRulerTextOrientation.Normal
.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.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2