Gets or sets the cell vertical alignment.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public VerticalAlignment CellVerticalAlignment { get; set; } |
Visual Basic |
---|
Public Property CellVerticalAlignment As VerticalAlignment
Get
Set |
Visual C++ |
---|
public:
property VerticalAlignment CellVerticalAlignment {
VerticalAlignment get ();
void set (VerticalAlignment value);
} |
F# |
---|
member CellVerticalAlignment : VerticalAlignment with get, set
|
Property Value
Type:
VerticalAlignmentThe cell vertical alignment.
See Also