CompositionObject.Dispatcher Property
Definition
The dispatcher for the CompositionObject.
public:
property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = compositionObject.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher
Property Value
The dispatcher for the CompositionObject.