Table of Contents

Class AnimatedElement

Namespace
ConsoleAppVisuals.Models
Assembly
ConsoleAppVisuals.dll

The AnimatedElement class is an abstract class that represents an element that can be rendered on the console and animated.

public abstract class AnimatedElement : Element
Inheritance
AnimatedElement
Derived
Inherited Members

Remarks

For more information, consider visiting the documentation available here.

Constructors

AnimatedElement()

protected AnimatedElement()

Properties

MaxNumberOfThisElement

Gets the maximum number of this element that can be displayed on the console simultaneously.

public override sealed int MaxNumberOfThisElement { get; }

Property Value

int

Type

Gets the type of the element.

public override sealed ElementType Type { get; }

Property Value

ElementType

Methods

RenderOptionsAfterHand()

Deactivates the element after having been rendered.

[Visual]
protected override sealed void RenderOptionsAfterHand()