|
GH_Attr_WidgetDesciption Property
|
Get or set widget's description.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic virtual string Desciption { get; set; }
Public Overridable Property Desciption As String
Get
Set
public:
virtual property String^ Desciption {
String^ get ();
void set (String^ value);
}
abstract Desciption : string with get, set
override Desciption : string with get, set
Property Value
Type:
String
See Also