[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1StyleOverrideMerger

C1StyleOverrideMerger Class

Implements an IStyleOverride that combines multiple IStyleOverrids.

Inheritance
C1StyleOverrideMerger
Implements
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.4.6.2.dll
Syntax
public class C1StyleOverrideMerger : IStyleOverride

Constructors

Name Description
C1StyleOverrideMerger()

Constructs a new C1StyleOverrideMerger.

Properties

Name Description
Overrides

Gets the collection of IStyleOverride merged by this C1StyleOverrideMerger.

Methods

Name Description
GetStyles(C1TextRange)

Returns a collection of C1RangeStyle objects to apply to the text inside the parameter C1TextRange.

Events

Name Description
StylesChanged

Fired when the styles of this IStyleOverride change.