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