Skip to main content

DiagramItemDrawingEventArgs.Tool Property

Returns the drawing tool that the end-user is using.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ItemTool Tool { get; }

Property Value

Type Description
DevExpress.Diagram.Core.ItemTool

An object representing the drawing tool.

See Also