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