Skip to main content
All docs
V25.1
  • MapElementState Enum

    Lists states of the map elements.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [Flags]
    public enum MapElementState

    Members

    Name Description
    Normal

    A map element is the normal state.

    Highlighted

    A map element is highlighted.

    Selected

    A map element is selected.

    See Also