|
GH_Attr_WidgetBounds Property
|
Widget's local space bounds.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic RectangleF Bounds { get; }
Public ReadOnly Property Bounds As RectangleF
Get
public:
property RectangleF Bounds {
RectangleF get ();
}
member Bounds : RectangleF with get
Property Value
Type:
RectangleFThe bounds.
See Also