Skip to main content

ZoomToRegionBehavior Class

The Zoom to Region behavior settings.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public class ZoomToRegionBehavior :
    RegionBehaviorBase

The following members return ZoomToRegionBehavior objects:

Remarks

To implement custom allowing conditions for the Zoom to Region behavior, inherit this class and override the RegionBehaviorBase.Allowed property.

See Also