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

適用於