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