Show / Hide Table of Contents

Class UITextAlignment

UI text alignment.

Inheritance
System.Object
UITextAlignment
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class UITextAlignment : Enum

Fields

Center

Align text to center.

Declaration
public const UITextAlignment Center
Field Value
Type Description
UITextAlignment

Left

Align text left.

Declaration
public const UITextAlignment Left
Field Value
Type Description
UITextAlignment

Right

Align text right.

Declaration
public const UITextAlignment Right
Field Value
Type Description
UITextAlignment

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX