Enum
VerticalAlignment

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public enum VerticalAlignment

Fields

Bottom

The child element is aligned to the bottom of the parent's layout slot.

Declaration

cs-api-definition
Bottom = 2

Field Value

VerticalAlignment

Center

The child element is aligned to the center of the parent's layout slot.

Declaration

cs-api-definition
Center = 1

Field Value

VerticalAlignment

Stretch

The child element stretches to fill the parent's layout slot.

Declaration

cs-api-definition
Stretch = 3

Field Value

VerticalAlignment

Top

The child element is aligned to the top of the parent's layout slot.

Declaration

cs-api-definition
Top = 0

Field Value

VerticalAlignment

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