Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public bool TryGetValue(
	StyleProperty key,
	out Object value
)
Visual Basic
Public Function TryGetValue ( _
	key As StyleProperty, _
	<OutAttribute> ByRef value As Object _
) As Boolean

Parameters

key
Type: C1.Phone.RichTextBox.Documents..::..StyleProperty
value
Type: System..::..Object%

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..TryGetValue(TKey, TValue%)

See Also