'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the axis ruler orientation")> Public Property RulerOrientation As RulerOrientation
'Usage
Dim instance As NAxisAnchor Dim value As RulerOrientation instance.RulerOrientation = value value = instance.RulerOrientation
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the axis ruler orientation")] public RulerOrientation RulerOrientation {get; set;}