Enum RadHorizontalAlignment
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RadHorizontalAlignment
Center
The content will be horizontally positioned in the center of its parent.
Left
The content will be horizontally positioned to the left of its parent.
Right
The content will be horizontally positioned to the right of its parent.
Stretch
The content will stretched so all children have equal width.