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