MediaTransportControls.IsSeekBarVisible Property

Definition

Gets or sets a value that indicates whether the seek bar is shown.

public:
 property bool IsSeekBarVisible { bool get(); void set(bool value); };
bool IsSeekBarVisible();

void IsSeekBarVisible(bool value);
public bool IsSeekBarVisible { get; set; }
var boolean = mediaTransportControls.isSeekBarVisible;
mediaTransportControls.isSeekBarVisible = boolean;
Public Property IsSeekBarVisible As Boolean
<MediaTransportControls IsSeekBarVisible="bool" .../>
    

Property Value

Boolean

bool

true to show the seek bar. false to hide the seek bar. The default is true.

Applies to

See also