'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Title")> <System.ComponentModel.DescriptionAttribute("Controls the maximum width of the data labels")> Public Property MaxWidth As NLength
'Usage
Dim instance As NDataLabelStyle Dim value As NLength instance.MaxWidth = value value = instance.MaxWidth
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Title")] [System.ComponentModel.Description("Controls the maximum width of the data labels")] public NLength MaxWidth {get; set;}