RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextElementStyle Class / TryGetValue Method

In This Topic
    TryGetValue Method (C1TextElementStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function TryGetValue( _
       ByVal key As StyleProperty, _
       ByRef value As Object _
    ) As Boolean
    public bool TryGetValue( 
       StyleProperty key,
       out object value
    )

    Parameters

    key
    value
    See Also