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

DiagramControl.ShowPanAndZoomPanel Property

Specifies whether to show the Pan and Zoom Panel. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

public bool ShowPanAndZoomPanel { get; set; }

Property Value

Type Description
Boolean

true, to show the Pan and Zoom panel; otherwise, false.

Remarks

If the DiagramControl.AllowZoom property is set to false, the zoom functionality of the Pan and Zoom Panel is disabled.

See Also