Click or drag to resize
ActionPaletteItemImage Property
Gets the image displayed in the action palette for the action.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public virtual Image Image { get; }

Property Value

Type: Image
The image displayed in the action palette for the action.
Remarks
The default ActionPaletteItem uses the result of calling GetImage(Type) on the ToolboxBitmapAttribute on the palette item's UpdateAction, specifying ActionType, for the value of this property, or the the default image (a gear) if no ToolboxBitmapAttribute is present.
See Also