Click or drag to resize
StaMaTransitionSourceState Property
Gets the StateConfiguration that represents the source state of the Transition.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public StateConfiguration SourceState { get; }

Property Value

Type: StateConfiguration
Remarks
The SourceState will only reference a configuration of sub-State instances of the anchor Parent state.
See Also