Enum
HorizontalAlignment

Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public enum HorizontalAlignment

Fields

Center

An element aligned to the center of the layout slot for the parent element.

Declaration

cs-api-definition
Center = 1

Field Value

HorizontalAlignment

Left

An element aligned to the left of the layout slot for the parent element.

Declaration

cs-api-definition
Left = 0

Field Value

HorizontalAlignment

Right

An element aligned to the right of the layout slot for the parent element.

Declaration

cs-api-definition
Right = 2

Field Value

HorizontalAlignment

Stretch

An element stretched to fill the entire layout slot of the parent element.

Declaration

cs-api-definition
Stretch = 3

Field Value

HorizontalAlignment

In this article
DefinitionFieldsCenterLeftRightStretch
Not finding the help you need?
Contact Support