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