'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Defines the label that is displayed for missing values.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ContentAlignment As System.Drawing.ContentAlignment
'Usage
Dim instance As NRangeSelectionLabel Dim value As System.Drawing.ContentAlignment instance.ContentAlignment = value value = instance.ContentAlignment
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Defines the label that is displayed for missing values.")] [System.Xml.Serialization.XmlAttribute()] public System.Drawing.ContentAlignment ContentAlignment {get; set;}