Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaComposition.OverlayLayers Property
Definition
- Namespace:
- Windows.Media.Editing
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 list of overlay layers for the media composition.
public:
property IVector<MediaOverlayLayer ^> ^ OverlayLayers { IVector<MediaOverlayLayer ^> ^ get(); };
IVector<MediaOverlayLayer> OverlayLayers();
public IList<MediaOverlayLayer> OverlayLayers { get; }
var iVector = mediaComposition.overlayLayers;
Public ReadOnly Property OverlayLayers As IList(Of MediaOverlayLayer)
Property Value
The list of overlay layers for the media composition.
Applies to
Feedback
Was this page helpful?
