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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, 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