ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditor Class / SyntaxHighlighting Property

In This Topic
    SyntaxHighlighting Property (C1ExpressionEditor)
    In This Topic
    Gets or sets a value indicating whether to highlight syntax.
    Syntax
    'Declaration
     
    Public Property SyntaxHighlighting As System.Boolean
    public System.bool SyntaxHighlighting {get; set;}
    See Also