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