Draw Tree Node Extended Event ArgsText Bounds Property
This is used to set or get the bounds of the node text
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
This value is calculated automatically when the text is set if a font has been defined
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Rectangle TextBounds { get; set; }VB
Public Property TextBounds As Rectangle
Get
SetC++
public:
property Rectangle TextBounds {
Rectangle get ();
void set (Rectangle value);
}F#
member TextBounds : Rectangle with get, setProperty Value
RectangleThis value is calculated automatically when the text is set if a font has been defined