Click or drag to resize
ActionBuilderImage Property
Gets or sets the image used to represent the builder's Action to the user.

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 Image Image { get; set; }

Property Value

Type: Image
The image used to represent the builder's Action to the user.
Remarks
If Image is , the palette image (specified by either a ToolboxBitmapAttribute or an ActionPaletteItem) will be shown to the user.
See Also