|
MenuStaticTextText Property
|
Gets or sets the content of the text field.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic string Text { get; set; }Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}member Text : string with get, set
Property Value
Type:
StringThe text.
See Also