Click or drag to resize
TextAlignment Enumeration
Specifies whether text is centered, left-aligned, or right-aligned.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum TextAlignment
Members
  Member nameValueDescription
Center0 Text is centered within the container.
Left1 Text is aligned to the left edge of the container.
Right2 Text is aligned to the right edge of the container.
Justify3 Text is justified within the container.
See Also