RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextElementStyle Class / Add Method / Add(StyleProperty,Object) Method

In This Topic
    Add(StyleProperty,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal key As StyleProperty, _
       ByVal value As Object _
    ) 
    public void Add( 
       StyleProperty key,
       object value
    )

    Parameters

    key
    value
    See Also