Skip to main content
A newer version of this page is available. .

CircularScrollingMode Enum

Lists values that indicate items that should be circularly scrolled.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.2.dll

Declaration

public enum CircularScrollingMode

Members

Name Description
None

Nothing should be circularly scrolled.

TilesAndVectorItems

Tiles and vector items should be circularly scrolled.

Related API Members

The following properties accept/return CircularScrollingMode values:

See Also