Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum RadVerticalAlignment
Fields
The content will be vertically positioned to the bottom of its parent.
C#
Bottom = 1
The content will be vertically positioned in the center of its parent.
C#
Center = 0
The content will stretched so all children have equal height.
C#
Stretch = 3
The content will be vertically positioned to the top of its parent.
C#
Top = 2