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

In This Topic
    C1TextElementStyle Constructor(C1TextElementStyle)
    In This Topic
    Initializes a new C1TextElementStyle object with the values from another C1TextElementStyle.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As C1TextElementStyle _
    )
    public C1TextElementStyle( 
       C1TextElementStyle style
    )

    Parameters

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