RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextElementStyle Class / Add Method / Add(C1TextElementStyle) Method
The C1TextElementStyle where to take the values from.

In This Topic
    Add(C1TextElementStyle) Method
    In This Topic
    Adds all of the values from another C1TextElementStyle to this one.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal style As C1TextElementStyle _
    ) 
    public void Add( 
       C1TextElementStyle style
    )

    Parameters

    style
    The C1TextElementStyle where to take the values from.
    See Also