MediaTransportControlsHelper Class
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.
Provides properties and methods to customize media transport controls.
public ref class MediaTransportControlsHelper sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaTransportControlsHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaTransportControlsHelper
Public NotInheritable Class MediaTransportControlsHelper
- Inheritance
- Attributes
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.
Properties
DropoutOrderProperty |
Identifies the MediaTransportControlsHelper.DropoutOrder XAML attached property. |
Attached Properties
DropoutOrder |
Gets or sets the priority order in which a transport control drops out to the overflow menu as the window shrinks. |
Methods
GetDropoutOrder(UIElement) |
Gets the value of the MediaTransportControlsHelper.DropoutOrder XAML attached property for the target element. |
SetDropoutOrder(UIElement, IReference<Int32>) |
Sets the value of the MediaTransportControlsHelper.DropoutOrder XAML attached property for a target element. |