AVPlayerViewController.ShowsPlaybackControls 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.
Determines whether user interface elements are show in the view or not.
public virtual bool ShowsPlaybackControls { [Foundation.Export("showsPlaybackControls")] get; [Foundation.Export("setShowsPlaybackControls:")] set; }
member this.ShowsPlaybackControls : bool with get, set
Property Value
Defaults to true
.
- Attributes
Remarks
This value should be set before playback, and should not be used to turn the feature on or off.