Show / Hide Table of Contents

Enum FusVerticalTextAlignment

Defines the alignment in y direction.

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

Fields

Name Description
Bottom

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

Center

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

Top

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

Generated by DocFX
GitHub Repo
Back to top