Enum RadVerticalAlignment
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RadVerticalAlignment
Bottom
The content will be vertically positioned to the bottom of its parent.
Center
The content will be vertically positioned in the center of its parent.
Stretch
The content will stretched so all children have equal height.
Top
The content will be vertically positioned to the top of its parent.