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