ImageButton.IsPressed プロパティ

定義

イメージ ボタンが現在押されているかどうかを示す値を取得します。 これはバインド可能なプロパティです。

public:
 property bool IsPressed { bool get(); };
public bool IsPressed { get; }
member this.IsPressed : bool
Public ReadOnly Property IsPressed As Boolean

プロパティ値

true ボタンが押されている場合。それ以外の場合は false

適用対象