'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeLTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Controls the gripper size")> Public Property GripperSize As NSizeL
'Usage
Dim instance As NRangeSelection Dim value As NSizeL instance.GripperSize = value value = instance.GripperSize
[System.ComponentModel.Editor(Nevron.Editors.NSizeLTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Controls the gripper size")] public NSizeL GripperSize {get; set;}