Click or drag to resize

TransitionToControlElement Property

If the transition goes to a control element then ToControlElement holds this control element. If the transition doesn't go to a control element then ToControlElement is null.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ControlElement ToControlElement { get; }

Property Value

Type: ControlElement
See Also