'Declaration
<System.ComponentModel.CategoryAttribute("Scale")> <System.ComponentModel.DescriptionAttribute("Gets or sets the ruler style controlling the appearance of the scale ruler")> Public Property RulerStyle As NRulerStyle
'Usage
Dim instance As NScaleConfigurator Dim value As NRulerStyle instance.RulerStyle = value value = instance.RulerStyle
[System.ComponentModel.Category("Scale")] [System.ComponentModel.Description("Gets or sets the ruler style controlling the appearance of the scale ruler")] public NRulerStyle RulerStyle {get; set;}