MediaTransportControls.IsSeekBarVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.