[]
Render node event arguments.
public class RenderNodeEventArgs : RenderEventArgs
| Name | Description |
|---|---|
| Depth | Gets the depth of the node |
| Height | Gets the height of the node rectangle. |
| IsTitle | Gets if the node is a Title node or not |
| Item | Gets the data item of the node. |
| Width | Gets the width of the node rectangle. |
| X | Gets the top let x-coordinate of the node rectangle. |
| Y | Gets the top let y-coordinate of the node rectangle. |