Search
StringAlignment Enumeration
See Also
 





Specifies the alignment of text relative to a point or inside a rectangle.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public enum StringAlignment

Visual Basic  Copy Code

Public Enum StringAlignment

 Members

  Member name Description

Center

Center of text is aligned to target point, or to the center of the layout rectangle.

Far

Right side of text is aligned to target point, or to the Right side of the layout rectangle.

Near

Left side of text is aligned to target point, or to the left side of the layout rectangle.

 See Also