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