Gets or sets label text alignment.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public ContentAlignment TextAlign { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property TextAlign As ContentAlignment  | 
| Visual C++ | 
|---|
public: property ContentAlignment TextAlign { ContentAlignment get (); void set (ContentAlignment value); }  |