Enum ContentAlignment
Describes the alignment of the content of layout element.
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public enum ContentAlignment
BottomCenter
Bottom centered alignment.
BottomLeft
Bottom left alignment.
BottomRight
Bottom right alignment.
MiddleCenter
Middle centered alignment.
MiddleLeft
Middle left alignment.
MiddleRight
Middle right alignment.
TopCenter
Top centered alignment.
TopLeft
Top left alignment.
TopRight
Top right alignment.