Skip to main content

DiagramItemDrawingEventArgs.Tool Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public ItemTool Tool { get; }

Property Value

Type Description
DevExpress.Diagram.Core.ItemTool

An object representing the drawing tool.

See Also