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

DiagramControl.PanTool Property

Specifies the tool that is used when an end-user selects the Pan tool from the Ribbon. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

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

Property Value

Type Description
DiagramTool

A DiagramTool object that represents the pan tool.

See Also