Thickness

class Thickness(    val none: Property,     val normal: Property,     val thin: Property,     val fat: Property,     val hair: Property)

Defines a value that has different expressions for different thicknesses.

Constructors

Link copied to clipboard
fun Thickness(    none: Property,     normal: Property,     thin: Property,     fat: Property,     hair: Property)

Properties

Link copied to clipboard
val fat: Property
Link copied to clipboard
val hair: Property
Link copied to clipboard
val inherit: Property
Link copied to clipboard
val initial: Property
Link copied to clipboard
val none: Property
Link copied to clipboard
val normal: Property
Link copied to clipboard
val thin: Property