'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the HorizontalAlignment used to draw caption image and text.")> Public Property TextAlign As System.Windows.Forms.HorizontalAlignment
'Usage
Dim instance As NBand Dim value As System.Windows.Forms.HorizontalAlignment instance.TextAlign = value value = instance.TextAlign
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the HorizontalAlignment used to draw caption image and text.")] public System.Windows.Forms.HorizontalAlignment TextAlign {get; set;}