StateTrigger.IsActive Property

Definition

Gets or sets a value that indicates whether the trigger should be applied.

public:
 property bool IsActive { bool get(); void set(bool value); };
bool IsActive();

void IsActive(bool value);
public bool IsActive { get; set; }
var boolean = stateTrigger.isActive;
stateTrigger.isActive = boolean;
Public Property IsActive As Boolean
<StateTrigger IsActive="bool"/>

Property Value

Boolean

bool

true if the system should apply the trigger; otherwise, false.

Applies to