Table of Contents

Enum ElementType

Namespace
ConsoleAppVisuals.Enums
Assembly
ConsoleAppVisuals.dll

The ElementType enum defines the type of an element.

public enum ElementType

Fields

Animated = 3

The animated element type.

Default = 0

The default element type, not regarding wether it is passive or interactive.

Interactive = 2

The interactive element type.

Passive = 1

The passive element type.

Remarks

For more information, consider visiting the documentation available here.