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