Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public enum VerticalAlignment
Fields
The child element is aligned to the bottom of the parent's layout slot.
C#
Bottom = 2
The child element is aligned to the center of the parent's layout slot.
C#
Center = 1
The child element stretches to fill the parent's layout slot.
C#
Stretch = 3
The child element is aligned to the top of the parent's layout slot.
C#
Top = 0