UI.GridView.Android.SnapAlignment

Since

1.1.16

This enum class used to specify your alignment of snapping.

Enumeration Members

SNAPTO_START: 0

This property will align the snap at the left (horizontal) or top (vertical).

Property

Static

Since

3.2.0

SNAPTO_CENTER: 1

This property will align the snap in the center.

Property

Static

Since

3.2.0

SNAPTO_END: 2

This property will align the snap at the right (horizontal) or bottom (vertical).

Property

Static

Since

3.2.0

SNAPTO_NONE: 3

This property will stop snapping.

Property

Static

Since

4.1.3

Generated using TypeDoc