|
EvaluationUnitIcon Property
|
Get or set evaluation unit's icon.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic Bitmap Icon { get; set; }
Public Property Icon As Bitmap
Get
Set
public:
property Bitmap^ Icon {
Bitmap^ get ();
void set (Bitmap^ value);
}
member Icon : Bitmap with get, set
Property Value
Type:
Bitmap
See Also