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