[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RangeStyle.-ctor

C1RangeStyle Constructor

C1RangeStyle(C1TextRange)

Initializes a new C1RangeStyle object.

Declaration
public C1RangeStyle(C1TextRange range)
Parameters
Type Name Description
C1TextRange range

The value to initialize the Range property.

C1RangeStyle(C1TextRange, C1TextElementStyle)

Initializes a new C1RangeStyle object.

Declaration
public C1RangeStyle(C1TextRange range, C1TextElementStyle style)
Parameters
Type Name Description
C1TextRange range

The value to initialize the Range property.

C1TextElementStyle style

The value to initialize the Style property.