'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the handle shape")> Public Property Shape As HandleShape
'Usage
Dim instance As NHandleStyle Dim value As HandleShape instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the handle shape")] public HandleShape Shape {get; set;}