A state for use in a StateMachine

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public sealed class State
Visual Basic
Public NotInheritable Class State

Remarks

A state may be connected to other states via Transitions. Creating a state is done via the CreateState()()()() method and its overloads.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..State

See Also