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

In This Topic
    UnderlineErrors Property (C1ExpressionRichTextBox)
    In This Topic
    Gets or sets a value indicating whether to underline errors.
    Syntax
    'Declaration
     
    Public Property UnderlineErrors As System.Boolean
    public System.bool UnderlineErrors {get; set;}
    See Also