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