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