Enum LoopMode
Specifies the loop behavior of temporal playback.
Namespace: Esri.ArcGISRuntime.Toolkit.UI
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public enum LoopMode
Fields
| Name | Description |
|---|---|
| None | Specifies that playback should not loop when the bounds of the temporal extent are reached |
| Repeat | Specifies that temporal playback should repeat when the bounds of the temporal extent are reached |
| Reverse | Specifies that temporal playback should reverse direction when the bounds of the temporal extent are reached |