RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1PaddingTool Class / SetValue Method / SetValue(C1TextRange,Thickness) Method

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

    Parameters

    range
    value
    See Also