RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RangeStyle Class / C1RangeStyle Constructor / C1RangeStyle Constructor(C1TextRange)
The value to initialize the Range property.

In This Topic
    C1RangeStyle Constructor(C1TextRange)
    In This Topic
    Initializes a new C1RangeStyle object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal range As C1TextRange _
    )
    public C1RangeStyle( 
       C1TextRange range
    )

    Parameters

    range
    The value to initialize the Range property.
    See Also