ToggleSwitch.OffContentProperty Property

Definition

Identifies the OffContent dependency property.

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

Property Value

The identifier for the OffContent dependency property.

Applies to