CompositionObject.Compositor 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.
The Compositor used to create this CompositionObject.
public:
property Compositor ^ Compositor { Compositor ^ get(); };
Compositor Compositor();
public Compositor Compositor { get; }
var compositor = compositionObject.compositor;
Public ReadOnly Property Compositor As Compositor
Property Value
The Compositor used to create this CompositionObject.