Specifies how content aligns vertically within a container: top, bottom, center, or justified distribution.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum VerticalAlignment
Fields
Content aligns to the bottom edge of its container.
C#
Bottom = 1
Content centers vertically within its container.
C#
Center = 2
Content distributes evenly between the top and bottom edges of its container.
C#
Justified = 3
Content aligns to the top edge of its container.
C#
Top = 0