'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the handle size (in device coordinates)")> Public Property Size As NSizeF
'Usage
Dim instance As NHandleStyle Dim value As NSizeF instance.Size = value value = instance.Size
[System.ComponentModel.Editor(Nevron.Editors.NSizeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the handle size (in device coordinates)")] public NSizeF Size {get; set;}