[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElementStyle

C1TextElementStyle Class

Defines a collection of StyleProperty values.

Inheritance
C1TextElementStyle
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1TextElementStyle : IDictionary<StyleProperty, object>, ICollection<KeyValuePair<StyleProperty, object>>, IEnumerable<KeyValuePair<StyleProperty, object>>, IDictionary, ICollection, IEnumerable

Constructors

Name Description
C1TextElementStyle()

Initializes a new C1TextElementStyle object.

C1TextElementStyle(C1TextElementStyle)

Initializes a new C1TextElementStyle object with the values from another C1TextElementStyle.

Properties

Name Description
Count
IsFixedSize
IsReadOnly
IsSynchronized
this[StyleProperty]
this[object]
Keys
SyncRoot
Values

Methods

Name Description
Add(C1TextElementStyle)

Adds all of the values from another C1TextElementStyle to this one.

Add(StyleProperty, object)
Add(KeyValuePair<StyleProperty, object>)
Add(object, object)
Clear()
Contains(KeyValuePair<StyleProperty, object>)
Contains(object)
ContainsKey(StyleProperty)
CopyTo(Array, int)
CopyTo(KeyValuePair<StyleProperty, object>[], int)
Equals(object)
GetEnumerator()
GetHashCode()
Remove(StyleProperty)
Remove(KeyValuePair<StyleProperty, object>)
Remove(object)
TryGetValue(StyleProperty, out object)

Operators

Name Description
operator ==(C1TextElementStyle, C1TextElementStyle)
operator !=(C1TextElementStyle, C1TextElementStyle)