DiagramOptionsBehavior.PanTool Property
In This Article
Specifies the tool that is used when the end-user selects the Pan tool in the Ribbon.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[Browsable(false)]
public virtual DiagramTool PanTool { get; set; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Pan |
---|---|
Diagram |
|
#Remarks
The Pan tool allows users to pan across the canvas.
See Also