Specifies the horizontal 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 HorizontalAlignment
Visual Basic (Declaration)
Public Enumeration HorizontalAlignment

Members

Member nameDescription
Left
Specifies left alignment.
Center
Specifies horizontal alignment.
Right
Specifies right alignment.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also