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

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

    Parameters

    range
    brush
    See Also