Skip to main content

DiagramItemDrawingEventArgs Properties

Provides data for the DiagramControl.ItemDrawing event.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
EndPosition Specifies the current ending point of the drawing operation on the canvas.
Item Returns the diagram item that is being drawn.
Stage Indicates whether the drawing operation has just started, is continuing or has been finished or canceled.
StartPosition Indicates the point on the canvas where the end-user initiated the drawing operation by clicking and dragging with a drawing tool selected.
Tool Returns the drawing tool that the end-user is using.
See Also