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