Table of Contents

Enum TextAlignment

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Specify the available text alignment when rendering text.

public enum TextAlignment

Fields

Center = 1

The text will be centered.

Left = 0

The text will aligned on the left border.

Right = 2

The text will be aligned on the right border.