MediaPlayer.ScrubbingEnabled プロパティ

定義

スクラブが有効かどうかを示す値を取得または設定します。

public:
 property bool ScrubbingEnabled { bool get(); void set(bool value); };
public bool ScrubbingEnabled { get; set; }
member this.ScrubbingEnabled : bool with get, set
Public Property ScrubbingEnabled As Boolean

プロパティ値

true スクラブが有効な場合。それ以外の場合は false

適用対象