MindFusion.Wpf Pack Programmer's Guide
StringAlignment Enumeration
See Also
 





Replaces System.Drawing.StringAlignment

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public enum StringAlignment

Visual Basic  Copy Code

Public Enum StringAlignment

 Members

  Member name Description

Center

Specifies that text is aligned in the center of the layout rectangle.

Far

Specifies that text is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.

Near

Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.

 See Also

MindFusion.Diagramming.Wpf Namespace