Specifies the visual effect to be shown when interacting with the MapDisplay while using one of the TrackPoint methods.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum DisplayEffect
Visual Basic (Declaration)
Public Enumeration DisplayEffect

Members

Member nameDescription
Flash
A flash effect.
None
No visual affect will be shown.

Remarks

This enumeration is used in the MapDisplay.TrackPoint(DisplayEffect) and MapDisplay.TrackPoint(TrackDelegate,DisplayEffect) overloads.

Version Information: This enum is supported from version 2.0.0.1500.

See Also