'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the alignment of the caption text.")> Public Property TextAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NFormSkinState Dim value As System.Drawing.ContentAlignment instance.TextAlign = value value = instance.TextAlign
[System.ComponentModel.Description("Gets/sets the alignment of the caption text.")] public System.Drawing.ContentAlignment TextAlign {get; set;}