|
GetCellsComponent_Icon Property
|
Provides an Icon for every component that will be visible in the User Interface.
Icons need to be 24x24 pixels.
Namespace:
Karamba.GHopper.Utilities
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxprotected override Bitmap Icon { get; }
Protected Overrides ReadOnly Property Icon As Bitmap
Get
protected:
virtual property Bitmap^ Icon {
Bitmap^ get () override;
}
abstract Icon : Bitmap with get
override Icon : Bitmap with get
Property Value
Type:
Bitmap
See Also