Source set: Android
public class Horizontal private constructor(private val displayName: String) : ContentEdge
Functions
toString
Source set: Android
override fun toString(): String
Returns the string representation of the edge.
Members
Companion
Source set: Android
public companion object
Properties
Top
Source set: Android
public val Top: Horizontal = Horizontal("Top")
Positioning constant to place an orbiter above the content's top edge.
Bottom
Source set: Android
public val Bottom: Horizontal = Horizontal("Bottom")
Positioning constant to place an orbiter below the content's bottom edge.