Table of Contents

Method SetImages

Namespace
Innova.Prism.Library.Menus.ItemModels
Assembly
Innova.Prism.Library.dll

SetImages(string)

Sets the large and small images of the menu item using the specified resource key name.

protected void SetImages(string resourceKeyName)

Parameters

resourceKeyName string

The resource key name.

SetImages(ImageSource)

Sets the large and small images of the menu item using the specified image source.

protected void SetImages(ImageSource imageSource)

Parameters

imageSource ImageSource

The image source.