'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Dimensions")> <System.ComponentModel.DescriptionAttribute("The size of the legend items marks.")> Public Property MarkSize As NSizeL
'Usage
Dim instance As NLegendData Dim value As NSizeL instance.MarkSize = value value = instance.MarkSize
[System.ComponentModel.Editor(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Dimensions")] [System.ComponentModel.Description("The size of the legend items marks.")] public NSizeL MarkSize {get; set;}