'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
'Declaration
Public Function TryGetValue( _ ByVal key As StyleProperty, _ ByRef value As Object _ ) As Boolean
public bool TryGetValue( StyleProperty key, out object value )