RectMargins

data class RectMargins(val left: Length, val top: Length, val right: Length, val bottom: Length)

Constructors

Link copied to clipboard
fun RectMargins(left: Length, top: Length, right: Length, bottom: Length)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val top: Length