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

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