'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the appearance of the rotator handles")> Public Property RotatorHandlesStyle As NHandleStyle
'Usage
Dim instance As NTrackersAppearance Dim value As NHandleStyle instance.RotatorHandlesStyle = value value = instance.RotatorHandlesStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the appearance of the rotator handles")] public NHandleStyle RotatorHandlesStyle {get; set;}