StateTrigger.IsActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.