Gets or sets the text alignment in group
Rows.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public ContentAlignment GroupRowsTextAlignment { get; set; } |
| Visual Basic |
|---|
Public Property GroupRowsTextAlignment As ContentAlignment
Get
Set |
| Visual C++ |
|---|
public:
property ContentAlignment GroupRowsTextAlignment {
ContentAlignment get ();
void set (ContentAlignment value);
} |
| F# |
|---|
member GroupRowsTextAlignment : ContentAlignment with get, set
|
Property Value
Type:
ContentAlignmentThe text alignment.
See Also