Skip to main content
A newer version of this page is available. .

ZoomToRegionBehavior Class

The Zoom to Region behavior settings.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.1.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