Show / Hide Table of Contents

Enum TextAlignment

Specifies whether text is centered, left-aligned, or right-aligned.

Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum TextAlignment

Fields

Name Description
Center

Text is centered within the container.

Justify

Text is justified within the container.

Left

Text is aligned to the left edge of the container.

Right

Text is aligned to the right edge of the container.

  • Improve this Doc
  • View Source