'Declaration
Public Sub SetValue(Of T)( _ ByVal prop As StyleProperty, _ ByVal value As T _ )
public void SetValue<T>( StyleProperty prop, T value )
Parameters
- prop
- A StyleProperty.
- value
- The value to set the style property.
Type Parameters
- T
- The type of the values of the parameter style property.