RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ParagraphColorTool Class / SetValue Method / SetValue(C1TextRange,Brush) Method

In This Topic
    SetValue(C1TextRange,Brush) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub SetValue( _
       ByVal range As C1TextRange, _
       ByVal brush As Brush _
    ) 
    protected override void SetValue( 
       C1TextRange range,
       Brush brush
    )

    Parameters

    range
    brush
    See Also