|
Component_PrincipalStressDirs_GUI_0_OBSOLETEIcon Property
|
Override this function to supply a custom icon (24x24 pixels). The result of this property is cached,
so don't worry if icon retrieval is not very fast.
Namespace:
Karamba.GHopper.Results
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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