'Declaration
<System.ComponentModel.CategoryAttribute("Handles")> <System.ComponentModel.DescriptionAttribute("Gets the style of the pin point handle")> Public ReadOnly Property PinPointStyle As NHandleStyle
'Usage
Dim instance As NSmartShapeCanvasSettings Dim value As NHandleStyle value = instance.PinPointStyle
[System.ComponentModel.Category("Handles")] [System.ComponentModel.Description("Gets the style of the pin point handle")] public NHandleStyle PinPointStyle {get;}