Gets whether to hide this transition when a sibling parallel transition occurs.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property HideIfParallelSiblingTransitionUsed As System.Boolean |
C# | |
---|
System.bool HideIfParallelSiblingTransitionUsed {get;} |
C++/CLI | |
---|
property System.bool HideIfParallelSiblingTransitionUsed {
System.bool get();
} |
Property Value
True to hide this transition when a sibling parallel transition occurs, false to not
See Also