Back to Devexpress

DiagramOptionsBehavior.PanTool Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-27982046.md

latest1.7 KB
Original Source

DiagramOptionsBehavior.PanTool Property

Specifies the tool that is used when the end-user selects the Pan tool in the Ribbon.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual DiagramTool PanTool { get; set; }
vb
<Browsable(False)>
Public Overridable Property PanTool As DiagramTool

Property Value

TypeDescription
DiagramTool

A DiagramTool descendant that is the custom pan tool.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PanTool
DiagramControl

.OptionsBehavior .PanTool

|

Remarks

The Pan tool allows users to pan across the canvas.

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace