[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RangeStyle

C1RangeStyle Class

Contains a C1TextElementStyle that should be applied to a C1TextRange in an IStyleOverride.

Inheritance
C1RangeStyle
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1RangeStyle

Constructors

Name Description
C1RangeStyle(C1TextRange)

Initializes a new C1RangeStyle object.

C1RangeStyle(C1TextRange, C1TextElementStyle)

Initializes a new C1RangeStyle object.

Properties

Name Description
Range

Gets the C1TextRange were the Style will be applied.

Style

Gets the C1TextElementStyle that will be applied in the C1TextRange defined in Range.