ToggleButton.IsThreeStateProperty 属性

定义

标识 IsThreeState 依赖属性。

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

属性值

IsThreeState 依赖属性的标识符。

适用于