Back to Devexpress

DiagramItemDrawingEventArgs Properties

windowsforms-devexpress-dot-xtradiagram-dot-diagramitemdrawingeventargs-dot-underscore-properties.md

latest1.7 KB
Original Source

DiagramItemDrawingEventArgs Properties

Provides data for the DiagramControl.ItemDrawing event.

NameDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
EndPositionSpecifies the current ending point of the drawing operation on the canvas.
ItemReturns the diagram item that is being drawn.
StageIndicates whether the drawing operation has just started, is continuing or has been finished or canceled.
StartPositionIndicates the point on the canvas where the end-user initiated the drawing operation by clicking and dragging with a drawing tool selected.
ToolReturns the drawing tool that the end-user is using.

See Also

DiagramItemDrawingEventArgs Class

DiagramItemDrawingEventArgs Members

DevExpress.XtraDiagram Namespace