ToggleButton.IsThreeStateProperty Property

Definition

Identifies the IsThreeState dependency property.

public:
 static property DependencyProperty ^ IsThreeStateProperty { DependencyProperty ^ get(); };
static DependencyProperty IsThreeStateProperty();
public static DependencyProperty IsThreeStateProperty { get; }
var dependencyProperty = ToggleButton.isThreeStateProperty;
Public Shared ReadOnly Property IsThreeStateProperty As DependencyProperty

Property Value

The identifier for the IsThreeState dependency property.

Applies to