FocusPadding

data class FocusPadding(top: Double, bottom: Double, left: Double, right: Double)

Focus padding for focus

Constructors

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

Functions

component1
Link copied to clipboard
operator fun component1(): Double
component2
Link copied to clipboard
operator fun component2(): Double
component3
Link copied to clipboard
operator fun component3(): Double
component4
Link copied to clipboard
operator fun component4(): Double
copy
Link copied to clipboard
fun copy(top: Double, bottom: Double, left: Double, right: Double): MPIOptions.FocusPadding
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

bottom
Link copied to clipboard
val bottom: Double
Botton padding
left
Link copied to clipboard
val left: Double
Left padding
right
Link copied to clipboard
val right: Double
Right padding
top
Link copied to clipboard
val top: Double
Top padding