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