Click or drag to resize
StyleVertAlign Property
Gets or sets the vertical alignment for the cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(VerticalAlignment), "Top")]
public VerticalAlignment VertAlign { get; set; }

Property Value

Type: VerticalAlignment
The cell's vertical alignment.
See Also