AspectRatio

data class AspectRatio(val value: String) : CssValue(source)

Constructors

Link copied to clipboard
constructor(ratio: Number)
constructor(widthRatio: Number, heightRatio: Number)
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val value: String

Functions

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