An implementation of IStyleOverride that provides an easy way to override styles with a pre calculated collection of C1RangeStyle.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1RangeStyleCollection : Collection<C1RangeStyle>, 
	IStyleOverride
Visual Basic
Public Class C1RangeStyleCollection _
	Inherits Collection(Of C1RangeStyle) _
	Implements IStyleOverride
XAML Object Element Usage
<C1RangeStyleCollection .../>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'C1RangeStyle>)>)>
    C1.Phone.RichTextBox..::..C1RangeStyleCollection

See Also