'Declaration
<System.ComponentModel.CategoryAttribute("Text")> <System.ComponentModel.DescriptionAttribute("The maximum width of text in the legend cell when the text fit mode is set to wrap.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property MaxTextWidth As NLength
'Usage
Dim instance As NLegendTextCellData Dim value As NLength instance.MaxTextWidth = value value = instance.MaxTextWidth
[System.ComponentModel.Category("Text")] [System.ComponentModel.Description("The maximum width of text in the legend cell when the text fit mode is set to wrap.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength MaxTextWidth {get; set;}