|
EvaluationUnitIcon Property
|
Get or set evaluation unit's icon.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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