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

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public void Add(
	C1TextElementStyle style
)
Visual Basic
Public Sub Add ( _
	style As C1TextElementStyle _
)

Parameters

style
Type: C1.Phone.RichTextBox.Documents..::..C1TextElementStyle
The C1TextElementStyle where to take the values from.

See Also