Show / Hide Table of Contents

Class UIAlignment

UI general alignment.

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

Fields

Center

Align element to center.

Declaration
public const UIAlignment Center
Field Value
Type Description
UIAlignment

Left

Align element left.

Declaration
public const UIAlignment Left
Field Value
Type Description
UIAlignment

Right

Align element right.

Declaration
public const UIAlignment Right
Field Value
Type Description
UIAlignment

value__

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