VerticalAlign Property (FlexBox)

Class

FlexBox.

Action

Gets the vertical alignment of children in the container.

Possible values are: top, middle, and bottom. The default value is top, but some containers, such as ButtonBar, ControlBar, LinkBar, and ToggleButtonBar, have different default values.

Syntax

C#
protected String verticalAlign { get; }
VB
'Declaration
Protected Read Property verticalAlign As String

Access

Read only.