GH_TextBoxInputBase.Bounds Property

GH_TextBoxInputBaseBounds Property

Gets or sets the Bounds of this control.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual Rectangle Bounds { get; set; }
Public Overridable Property Bounds As Rectangle
	Get
	Set

Property Value

Type: Rectangle

[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_TextBoxInputBase.Bounds"]

See Also