HorizontalCartesianLayerMargins

Properties

Link copied to clipboard
abstract val end: Float

The end margin’s size.

Link copied to clipboard
open val horizontal: Float

The sum of start and end.

Link copied to clipboard
abstract val start: Float

The start margin’s size.

Functions

Link copied to clipboard
abstract fun ensureValuesAtLeast(start: Float = this.start, end: Float = this.end)

Ensures that the stored values are no smaller than those provided.

Link copied to clipboard
open fun getLeft(isLtr: Boolean): Float

Returns the left margin’s size.

Link copied to clipboard
open fun getRight(isLtr: Boolean): Float

Returns the right margin’s size.