Enum VerticalAlignment
Describes vertical alignment of an element.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum VerticalAlignment
Bottom
The element is aligned to the bottom of the parent's layout slot.
Center
The element is aligned to the center of the parent's layout slot.
Justified
Specifies that the text should be justified between the top and the bottom of the parent's layout slot.
Top
The element is aligned to the top of the parent's layout slot.