Show / Hide Table of Contents

Enum HorizontalTextAlignment

Defines the alignment in x direction.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum HorizontalTextAlignment

Fields

Name Description
Center

The text will be aligned to the middle of the horizontal axis of the enclosing MinMaxRect.

Left

The text will be aligned to the left border of the enclosing MinMaxRect.

Right

The text will be aligned to the right border of the enclosing MinMaxRect.

Generated by DocFX
GitHub Repo
Back to top