Enum
VerticalAlignment

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:

cs-api-definition
public enum VerticalAlignment

Fields

Bottom

Content aligns to the bottom edge of its container.

Declaration

cs-api-definition
Bottom = 1

Field Value

VerticalAlignment

Center

Content centers vertically within its container.

Declaration

cs-api-definition
Center = 2

Field Value

VerticalAlignment

Justified

Content distributes evenly between the top and bottom edges of its container.

Declaration

cs-api-definition
Justified = 3

Field Value

VerticalAlignment

Top

Content aligns to the top edge of its container.

Declaration

cs-api-definition
Top = 0

Field Value

VerticalAlignment

In this article
DefinitionFieldsBottomCenterJustifiedTop
Not finding the help you need?
Contact Support