Class ContentAlignment
Describes the alignment of the content of layout element.
Inheritance
System.Object
ContentAlignment
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class ContentAlignment : Enum
Fields
BottomCenter
Bottom centered alignment.
Declaration
public const ContentAlignment BottomCenter
Field Value
BottomLeft
Bottom left alignment.
Declaration
public const ContentAlignment BottomLeft
Field Value
BottomRight
Bottom right alignment.
Declaration
public const ContentAlignment BottomRight
Field Value
MiddleCenter
Middle centered alignment.
Declaration
public const ContentAlignment MiddleCenter
Field Value
MiddleLeft
Middle left alignment.
Declaration
public const ContentAlignment MiddleLeft
Field Value
MiddleRight
Middle right alignment.
Declaration
public const ContentAlignment MiddleRight
Field Value
TopCenter
Top centered alignment.
Declaration
public const ContentAlignment TopCenter
Field Value
TopLeft
TopRight
Top right alignment.
Declaration
public const ContentAlignment TopRight
Field Value
value__
Declaration
public int value__
Field Value
System.
|