value(propertyName:)
Returns the value associated with a given style name.
Declaration
func value(propertyName name: String) -> Any?Parameters
- name:
A user defined string representing the name of the style.
Return Value
An object containing the value associated with the style name.