GoDiagram Win Reference
Orientation Property (GoRuler)

Gets or sets the vertical or horizontal display orientation of the ruler.
Syntax
'Declaration
 
<DescriptionAttribute("The vertical or horizontal display orientation of the ruler.")>
<CategoryAttribute("Ruler Appearance")>
<DefaultValueAttribute()>
Public Overridable Property Orientation As Orientation
[DescriptionAttribute("The vertical or horizontal display orientation of the ruler.")]
[CategoryAttribute("Ruler Appearance")]
[DefaultValueAttribute()]
public virtual Orientation Orientation {get; set;}

Property Value

The default value is Orientation.Horizontal: the ruler measures from left to right
Remarks
The Orientation property determines how the interval marks are drawn onto the ruler. If the Orientation is Orientation.Horizontal, then the marks are drawn vertically. If the Orientation is Orientation.Vertical, then the marks are drawn horizontally.
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