Share via


ToggleSwitch.IsOnProperty 属性

定义

标识 IsOn 依赖属性。

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

属性值

IsOn 依赖属性的标识符。

适用于