Gets or sets the text alignment of
Cells belonging to this
Column.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Nullable<ContentAlignment> CellTextAlignment { get; set; } |
Visual Basic |
---|
Public Property CellTextAlignment As Nullable(Of ContentAlignment)
Get
Set |
Visual C++ |
---|
public:
property Nullable<ContentAlignment> CellTextAlignment {
Nullable<ContentAlignment> get ();
void set (Nullable<ContentAlignment> value);
} |
F# |
---|
member CellTextAlignment : Nullable<ContentAlignment> with get, set
|
Property Value
Type:
Nullable<(Of <(<'ContentAlignment>)>)>The text alignment.
See Also