'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property LabelTextStyle As NTextStyle
'Usage
Dim instance As NTreeMapNode Dim value As NTextStyle instance.LabelTextStyle = value value = instance.LabelTextStyle
[System.ComponentModel.Editor(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NTextStyle LabelTextStyle {get; set;}