MediaTransportControls.IsZoomEnabled 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 a user can zoom the media.
public:
property bool IsZoomEnabled { bool get(); void set(bool value); };
bool IsZoomEnabled();
void IsZoomEnabled(bool value);
public bool IsZoomEnabled { get; set; }
var boolean = mediaTransportControls.isZoomEnabled;
mediaTransportControls.isZoomEnabled = boolean;
Public Property IsZoomEnabled As Boolean
<MediaTransportControls IsZoomEnabled="bool" .../>
Property Value
Boolean
bool
true to allow the user to zoom; otherwise, false. The default is true.