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

適用対象