Search
DrawNodeEventArgs Properties
 


 Public Properties

  Name Description

Bounds

Gets the bounding rectangle of the node being drawn.

Graphics

Gets an object implementing the IGraphics interface whose methods should be used to draw the node.

Node

Gets the DiagramNode object that should be custom drawn.

Shadow

Gets a value indicating whether the event is raised to draw the node's shadow.

 See Also