IsNotEqualStateTrigger Class

Definition

Enables a state if the value is not equal to another value

public class IsNotEqualStateTrigger : Windows.UI.Xaml.StateTriggerBase
type IsNotEqualStateTrigger = class
    inherit StateTriggerBase
Public Class IsNotEqualStateTrigger
Inherits StateTriggerBase
Inheritance
Windows.UI.Xaml.StateTriggerBase
IsNotEqualStateTrigger

Constructors

IsNotEqualStateTrigger()

Fields

ToProperty

Identifies the To DependencyProperty

ValueProperty

Identifies the Value DependencyProperty

Properties

To

Gets or sets the value to compare inequality to.

Value

Gets or sets the value for comparison.

Applies to