[]
        
(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)
Public Sub Add(style As C1TextElementStyle)
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)
Public Sub Add(key As StyleProperty, value As Object)
Parameters
Type Name Description
StyleProperty key
object value
Implements

Add(KeyValuePair<StyleProperty, object>)

Declaration
public void Add(KeyValuePair<StyleProperty, object> item)
Public Sub Add(item As KeyValuePair(Of StyleProperty, Object))
Parameters
Type Name Description
KeyValuePair<StyleProperty, object> item
Implements

Add(object, object)

Declaration
public void Add(object key, object value)
Public Sub Add(key As Object, value As Object)
Parameters
Type Name Description
object key
object value
Implements