Table of Contents

Property GetImageDelegate

Namespace
Innova.Prism.Library
Assembly
Innova.Prism.Library.dll

GetImageDelegate

Gets or sets the delegate function to retrieve an image by its name.

public static Func<string, Bitmap> GetImageDelegate { get; set; }

Property Value

Func<string, Bitmap>