Vertical alignment options for positioning text relative to its container.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Flow
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum VerticalAlignment
Fields
Aligns text to the bottom edge of the container.
C#
Bottom = 2
Centers text vertically within the container.
C#
Center = 1
Aligns text to the top edge of the container.
C#
Top = 0