'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Properties")> <System.ComponentModel.DescriptionAttribute("Defines the label vertical alignment of this node.")> Public Property LabelAlignment As VertAlign
'Usage
Dim instance As NGroupTreeMapNode Dim value As VertAlign instance.LabelAlignment = value value = instance.LabelAlignment
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Properties")] [System.ComponentModel.Description("Defines the label vertical alignment of this node.")] public VertAlign LabelAlignment {get; set;}