Show / Hide Table of Contents

Class UISizeType

UI Size unit types.

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

Fields

PercentOfParent

Coordinates are relative to parent size.

Declaration
public const UISizeType PercentOfParent
Field Value
Type Description
UISizeType

Pixels

Coordinates are in absolute pixels.

Declaration
public const UISizeType Pixels
Field Value
Type Description
UISizeType

value__

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