Gets or sets the vertical alignment.

Namespace:  Gallio.Common.Media
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public VerticalAlignment VerticalAlignment { get; set; }
Visual Basic (Declaration)
Public Property VerticalAlignment As VerticalAlignment

Field Value

The vertical alignment. Default is Top.

See Also