Specifies the vertical alignment of a caption.

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

Syntax

C#
public enum VerticalAlignment
Visual Basic (Declaration)
Public Enumeration VerticalAlignment

Members

Member nameDescription
Top
Specifies top alignment.
Middle
Specifies middle alignment.
Bottom
Specifies bottom alignment.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also