Click or drag to resize
StaMaTransitionLeastCommonAncestor Property
Gets the least common ancestor of the SourceState and the TargetState of the Transition.

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

Property Value

Type: Region
The Region instance 'up' to which the StateMachine has to leave states and enter states during the state change initiated through this Transition.
See Also