Click or drag to resize
CanvasHorizontalAlignment Enumeration
Specifies the horizontal alignment of paragraph text.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasHorizontalAlignment
Members
  Member nameValueDescription
Left0The left edge of the text is aligned to the left edge of the layout box.
Right1The right edge of the text is aligned to the right edge of the layout box.
Center2The center of the text is aligned to the center of the layout box.
Justified3The left edge of the text is aligned to the left edge of the layout box and broken lines are aligned to the right edge.
See Also