GoDiagram Win Reference
TextOrientation Property

Gets or sets the orientation of the text on the ruler.
Syntax
'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;}

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.
Requirements

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

See Also

Reference

GoRuler Class
GoRuler Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback