|
GH_ExtendableComponentAttributesMinWidth Property
|
Get or set minimum attribute width.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic float MinWidth { get; set; }
Public Property MinWidth As Single
Get
Set
public:
property float MinWidth {
float get ();
void set (float value);
}
member MinWidth : float32 with get, set
Property Value
Type:
SingleThe minimum width.
See Also