Search
DrawNodeEventArgs Members
Constructors Properties
 


Contains the arguments passed to the DrawNode event handlers.

The following tables list the members exposed by the DrawNodeEventArgs type.

 Public Constructors

  Name Description

DrawNodeEventArgs

Initializes a new instance of the DrawNodeEventArgs class.

 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