[]
        
(Showing Draft Content)

C1.Android.Core.C1Style.GetValue

GetValue Method

GetValue(string)

Returns the current effective value of a property on this instance, specified by its property name.

Declaration
public object GetValue(string propertyName)
Public Function GetValue(propertyName As String) As Object
Parameters
Type Name Description
string propertyName

The name of the property to retrieve the value for.

Returns
Type Description
object