Share via


CompositionObject.DispatcherQueue Property

Definition

Gets the DispatcherQueue for the CompositionObject.

public:
 property DispatcherQueue ^ DispatcherQueue { DispatcherQueue ^ get(); };
DispatcherQueue DispatcherQueue();
public DispatcherQueue DispatcherQueue { get; }
var dispatcherQueue = compositionObject.dispatcherQueue;
Public ReadOnly Property DispatcherQueue As DispatcherQueue

Property Value

The DispatcherQueue for the CompositionObject.

Applies to