Class

ContentEdge.Vertical

Represents vertical edges (start or end).

Source set: Android
public class Vertical private constructor(private val displayName: String) : ContentEdge

Represents vertical edges (start or end).

Companion Object

Properties

Source set: Android
public val Start: Vertical

Positioning constant to place an orbiter at the start of the content's starting edge.

Source set: Android
public val End: Vertical

Positioning constant to place an orbiter at the end of the content's ending edge.

Last updated: