PropertyValue

open class PropertyValue<T>

Properties for Style

Parameters

propertyName

the property name

propertyValue

the property value

Types

Link copied to clipboard
object Companion

Static variables and methods.

Functions

Link copied to clipboard
fun getValue(): T?

Get the value of the property.

Link copied to clipboard
open override fun toString(): String

Get the string representation of a property value.

Properties

Link copied to clipboard

Get the color int value of the property if the value is a color.

Link copied to clipboard

Returns if this is a expression.

Link copied to clipboard

Returns if this is a transition.

Link copied to clipboard

Returns if this is a constant value.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Value representation of the property.