[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElementStyle.Add

Add Method

Add(C1TextElementStyle)

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

Declaration
public void Add(C1TextElementStyle style)
Parameters
Type Name Description
C1TextElementStyle style

The C1TextElementStyle where to take the values from.

Add(StyleProperty, object)

Declaration
public void Add(StyleProperty key, object value)
Parameters
Type Name Description
StyleProperty key
object value
Implements

Add(KeyValuePair<StyleProperty, object>)

Declaration
public void Add(KeyValuePair<StyleProperty, object> item)
Parameters
Type Name Description
KeyValuePair<StyleProperty, object> item
Implements

Add(object, object)

Declaration
public void Add(object key, object value)
Parameters
Type Name Description
object key
object value
Implements