'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the position of the scale break on the ruler")> Public Property Position As NScaleBreakPosition
'Usage
Dim instance As NScaleBreak Dim value As NScaleBreakPosition instance.Position = value value = instance.Position
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the position of the scale break on the ruler")] public NScaleBreakPosition Position {get; set;}