ToggleSwitch.IsOnProperty Property

Definition

Identifies the IsOn dependency property.

public:
 static property DependencyProperty ^ IsOnProperty { DependencyProperty ^ get(); };
static DependencyProperty IsOnProperty();
public static DependencyProperty IsOnProperty { get; }
var dependencyProperty = ToggleSwitch.isOnProperty;
Public Shared ReadOnly Property IsOnProperty As DependencyProperty

Property Value

The identifier for the IsOn dependency property.

Applies to