Back to Devexpress

DiagramOptionsView.ShowPanAndZoomPanel Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsview-3ab44b63.md

latest2.0 KB
Original Source

DiagramOptionsView.ShowPanAndZoomPanel Property

Specifies whether to show the Pan and Zoom Panel.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(false)]
public virtual bool ShowPanAndZoomPanel { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property ShowPanAndZoomPanel As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowPanAndZoomPanel
DiagramControl

.OptionsView .ShowPanAndZoomPanel

|

Remarks

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

See Also

DiagramOptionsView Class

DiagramOptionsView Members

DevExpress.XtraDiagram.Options Namespace