共用方式為


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 相依性屬性的標識碼。

適用於