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

DiagramOptionsBehavior.PanTool Property

Gets or sets an object that is the DiagramControl‘s pan tool.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[Browsable(false)]
public virtual DiagramTool PanTool { get; set; }

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
.OptionsBehavior.PanTool
See Also