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