PaneExpansionAnchor.Offset.Direction


Represents the direction from where the offset will be calculated.

Summary

Public companion properties

PaneExpansionAnchor.Offset.Direction

Indicates the offset will be calculated from the end.

Cmn
PaneExpansionAnchor.Offset.Direction

Indicates the offset will be calculated from the start.

Cmn

Public companion properties

FromEnd

val FromEndPaneExpansionAnchor.Offset.Direction

Indicates the offset will be calculated from the end. For example, if the offset is 150.dp, the resulted anchor will be at the position that is 150dp away from the end side of the associated layout.

FromStart

val FromStartPaneExpansionAnchor.Offset.Direction

Indicates the offset will be calculated from the start. For example, if the offset is 150.dp, the resulted anchor will be at the position that is 150dp away from the start side of the associated layout.