Enum
ContentAlignment

Describes the alignment of the content of layout element.

Definition

Namespace:Telerik.Windows.Documents.Layout

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum ContentAlignment

Fields

BottomCenter

Bottom centered alignment.

Declaration

cs-api-definition
BottomCenter = 512

Field Value

ContentAlignment

BottomLeft

Bottom left alignment.

Declaration

cs-api-definition
BottomLeft = 256

Field Value

ContentAlignment

BottomRight

Bottom right alignment.

Declaration

cs-api-definition
BottomRight = 1024

Field Value

ContentAlignment

MiddleCenter

Middle centered alignment.

Declaration

cs-api-definition
MiddleCenter = 32

Field Value

ContentAlignment

MiddleLeft

Middle left alignment.

Declaration

cs-api-definition
MiddleLeft = 16

Field Value

ContentAlignment

MiddleRight

Middle right alignment.

Declaration

cs-api-definition
MiddleRight = 64

Field Value

ContentAlignment

TopCenter

Top centered alignment.

Declaration

cs-api-definition
TopCenter = 2

Field Value

ContentAlignment

TopLeft

Top left alignment.

Declaration

cs-api-definition
TopLeft = 1

Field Value

ContentAlignment

TopRight

Top right alignment.

Declaration

cs-api-definition
TopRight = 4

Field Value

ContentAlignment