Search
DrawNodeEventArgs Properties
 


 Public Properties

  Name Description

Bounds

Gets the bounding rectangle of the node being drawn.

CustomDrawKind

Gets the CustomDraw kind for which the event is raised.

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.

Options

Gets a RenderOptions specifying what type of graphic elements the target view control or printed page expects to be rendered.

Shadow

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

 See Also