ToggleSwitch.OnContentProperty Property

Definition

Identifies the OnContent dependency property.

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

Property Value

The identifier for the OnContent dependency property.

Applies to