'Declaration
<System.ComponentModel.CategoryAttribute("Texts")> <System.ComponentModel.DescriptionAttribute("Gets or sets the angle of the scale value labels")> Public Property Angle As NScaleLabelAngle
'Usage
Dim instance As NScaleLabelStyle Dim value As NScaleLabelAngle instance.Angle = value value = instance.Angle
[System.ComponentModel.Category("Texts")] [System.ComponentModel.Description("Gets or sets the angle of the scale value labels")] public NScaleLabelAngle Angle {get; set;}