Skip to main content
A newer version of this page is available. .

ImageLoader.GetImageInfo(String, Boolean, String) Method

Supplies metadata on a standard-sized image.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ImageInfo GetImageInfo(
    string imageName,
    bool isEnabled,
    string imageFolder
)

Parameters

Name Type
imageName String
isEnabled Boolean
imageFolder String

Returns

Type
ImageInfo
See Also