Skip to main content

CircularScrollingMode Enum

Lists values that indicate items that should be circularly scrolled.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

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