Back to Devexpress

DiagramControl.PanTool Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-648aa658.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
DiagramTool

A DiagramTool object that represents the pan tool.

|

Remarks

The Pan tool allows users to pan across the canvas.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace