Adds all of the values from another C1TextElementStyle to this one.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
C# |
---|
public void Add( C1TextElementStyle style ) |
Visual Basic |
---|
Public Sub Add ( _ style As C1TextElementStyle _ ) |
Parameters
- style
- Type: C1.Silverlight.RichTextBox.Documents..::..C1TextElementStyle
The C1TextElementStyle where to take the values from.