RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / HtmlFilter Class / Dispatcher Property

In This Topic
    Dispatcher Property
    In This Topic
    Gets or sets the Dispatcher used to create Windows.UI.Xaml.DependencyObjects when running in a background thread.
    Syntax
    'Declaration
     
    Public Property Dispatcher As CoreDispatcher
    public CoreDispatcher Dispatcher {get; set;}
    See Also