Skip to main content
All docs
V25.1
  • MouseHoverInteractiveClusterMode.CollapseDistance Property

    Specifies the radius of the circular area around the cluster center in pixels. After the mouse cursor moves out of this area, the cluster is collapsed.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue(200)]
    public int CollapseDistance { get; set; }

    Property Value

    Type Default Description
    Int32 200

    The distance that the mouse pointer can move from the cluster center before this cluster is collapsed.

    See Also