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 依存関係プロパティの識別子。

適用対象