'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the callout text alignemnt relative to text pin")> Public Property TextAlignment As System.Drawing.ContentAlignment
'Usage
Dim instance As NCallout Dim value As System.Drawing.ContentAlignment instance.TextAlignment = value value = instance.TextAlignment
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the callout text alignemnt relative to text pin")] public System.Drawing.ContentAlignment TextAlignment {get; set;}