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

CircularScrollingMode Enum

Lists values indicating items that should be circularly scrolled.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public enum CircularScrollingMode

Members

Name Description
None

No map elements are circularly scrolled.

TilesAndVectorItems

Tiles and vector items are circularly scrolled.

Related API Members

The following properties accept/return CircularScrollingMode values:

See Also