Draw Tree Node Extended Event ArgsNode Bounds Property
This read-only property returns the overall bounds of the node to draw
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Rectangle NodeBounds { get; }VB
Public ReadOnly Property NodeBounds As Rectangle
GetC++
public:
property Rectangle NodeBounds {
Rectangle get ();
}F#
member NodeBounds : Rectangle with get