Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.57 KB

mediatransportcontrolshelper.md

File metadata and controls

31 lines (20 loc) · 1.57 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.MediaTransportControlsHelper
winrt class

Windows.UI.Xaml.Controls.MediaTransportControlsHelper

-description

Provides properties and methods to customize media transport controls.

-remarks

You do not instantiate this class directly. To use this class, set the MediaTransportControlsHelper.DropoutOrder attached property on a control in the template of a MediaTransportControls object.

XAML attached properties

MediaTransportControlsHelper is the host service class for a XAML attached property.

In order to support XAML processor access to the attached properties, and also to expose equivalent get and set operations to code, each XAML attached property has a pair of Get and Set accessor methods. Another way to get or set the value in code is to use the dependency property system, calling either GetValue or SetValue and passing the identifier field as the dependency property identifier.

Attached property Description
DropoutOrder Gets or sets the priority order in which a transport control drops out to the overflow menu as the window shrinks.

-examples

-see-also