Skip to Content

State

A strongly-typed state class that provides typed access to its associated element. Inherit from this class to create state for a specific StatefulElement subclass, giving convenient access to the element’s properties without casting.

Properties

Element

The strongly-typed element description currently associated with this state.

Last updated on