Click or drag to resize

TransitionFromControlElement Property

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

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

Property Value

Type: ControlElement
See Also