ASP.NET Pack Programmer's Guide
TextAlignment Enumeration
See Also
 





Specifies the alignment of text in its layout rectangle. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its members.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum TextAlignment

Visual Basic  Copy Code

Public Enum TextAlignment

 Members

  Member name Description

BottomCenter

Text is vertically aligned at the bottom, and horizontally aligned in the center.

BottomLeft

Text is vertically aligned at the bottom, and horizontally aligned to the left.

BottomRight

Text is vertically aligned at the bottom, and horizontally aligned to the right.

MiddleCenter

Text is vertically aligned in the middle, and horizontally aligned in the center.

MiddleLeft

Text is vertically aligned in the middle, and horizontally aligned to the left.

MiddleRight

Text is vertically aligned in the middle, and horizontally aligned to the right.

TopCenter

Text is vertically aligned at the top, and horizontally aligned in the center.

TopLeft

Text is vertically aligned at the top, and horizontally aligned to the left.

TopRight

Text is vertically aligned at the top, and horizontally aligned to the right.

Unspecified

No alignment is specified.

 See Also

MindFusion.Scheduling Namespace