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.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| DiagramTool | A DiagramTool descendant that is the custom pan tool. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to PanTool |
|---|---|
| DiagramControl |
|
Remarks
The Pan tool allows users to pan across the canvas.
See Also