ActionPaletteItemImage Property |
Gets the image displayed in the action palette for the action.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic virtual Image Image { get; }
Public Overridable ReadOnly Property Image As Image
Get
public:
virtual property Image^ Image {
Image^ get ();
}
abstract Image : Image with get
override Image : Image with get
Property Value
Type:
ImageThe image displayed in the action palette for the action.
Remarks
See Also