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

In This Topic
    Remove(StyleProperty) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal key As StyleProperty _
    ) As Boolean
    public bool Remove( 
       StyleProperty key
    )

    Parameters

    key
    See Also