RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / ValidationDecoratorStyle Property

In This Topic
    ValidationDecoratorStyle Property (C1RichTextBox)
    In This Topic
    Gets or sets the style that is applied to the inner C1.WPF.Input.C1ValidationDecorator.
    Syntax
    'Declaration
     
    
    Public Property ValidationDecoratorStyle As Style
    public Style ValidationDecoratorStyle {get; set;}
    See Also