Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaItemDisplayProperties.VideoProperties 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 the metadata for a video item that will be displayed by the System Media Transport Controls when the item is played.

public:
 property VideoDisplayProperties ^ VideoProperties { VideoDisplayProperties ^ get(); };
VideoDisplayProperties VideoProperties();
public VideoDisplayProperties VideoProperties { get; }
var videoDisplayProperties = mediaItemDisplayProperties.videoProperties;
Public ReadOnly Property VideoProperties As VideoDisplayProperties

Property Value

The display metadata for a video item.

Applies to


Feedback

Was this page helpful?