New to Telerik UI for WinFormsStart a free 30-day trial

Describes the alignment of the content of layout element.

Definition

Namespace:Telerik.WinForms.Documents.Layout

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public enum ContentAlignment

Fields

Bottom centered alignment.

C#
BottomCenter = 512

Bottom left alignment.

C#
BottomLeft = 256

Bottom right alignment.

C#
BottomRight = 1024

Middle centered alignment.

C#
MiddleCenter = 32

Middle left alignment.

C#
MiddleLeft = 16

Middle right alignment.

C#
MiddleRight = 64

Top centered alignment.

C#
TopCenter = 2

Top left alignment.

C#
TopLeft = 1

Top right alignment.

C#
TopRight = 4