ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionRichTextBox Class / CurrentHighlighter Property

In This Topic
    CurrentHighlighter Property
    In This Topic
    Gets or sets the interface of the ExpressionEditor highlighter.
    Syntax
    'Declaration
     
    Public Property CurrentHighlighter As IHighlighter
    public IHighlighter CurrentHighlighter {get; set;}
    See Also