[]
        
(Showing Draft Content)

C1.Android.Core.C1Style.SetValue

SetValue Method

SetValue(string, object)

Sets the local value of a property, specified by its property name.

Declaration
public void SetValue(string propertyName, object value)
Public Sub SetValue(propertyName As String, value As Object)
Parameters
Type Name Description
string propertyName

The name of the property to set.

object value

The new local value.