MediaPlayer.ScrubbingEnabled Property

Definition

Gets or sets a value that indicates whether scrubbing is enabled.

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

Property Value

true if scrubbing is enabled; otherwise, false.

Applies to