'Declaration
Public Function GetValue(Of T)( _ ByVal prop As StyleProperty _ ) As T
public T GetValue<T>( StyleProperty prop )
Parameters
- prop
- A StyleProperty.
Type Parameters
- T
- The type of the values of the parameter style property.
Return Value
The value of a style property for this C1TextElement.