DrawTreeNodeExtendedEventArgsImageBounds Property
This is used to set or get the bounds of the node image if it is drawn
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Rectangle ImageBounds { get; set; }
Public Property ImageBounds As Rectangle
Get
Set
public:
property Rectangle ImageBounds {
Rectangle get ();
void set (Rectangle value);
}
member ImageBounds : Rectangle with get, set
Property Value
Rectangle