Show / Hide Table of Contents

Enum FusHorizontalTextAlignment

Defines the alignment in y direction.

Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public enum FusHorizontalTextAlignment

Fields

Name Description
Center

The text will be aligned to the center of vertical 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 right border of the enclosing MinMaxRect.

Generated by DocFX
GitHub Repo
Back to top