Margin

open class Margin

Author

Umang Chamaria

Constructors

Margin
Link copied to clipboard
open fun Margin(left: Double, right: Double, top: Double, bottom: Double)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
toString
Link copied to clipboard
open fun toString(): String

Properties

bottom
Link copied to clipboard
val bottom: Double
left
Link copied to clipboard
val left: Double
right
Link copied to clipboard
val right: Double
top
Link copied to clipboard
val top: Double