Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.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

Implements

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

See Also