CustomizeImageInfoEventArgs Properties
Arguments passed to the ImageLoader.CustomizeImageInfo event.| Name | Description |
|---|---|
| ImageFolder | Specifies the folder which contains the retrieved image. |
| ImageInfo | Supplies metadata information on the retrieved image. |
| ImageName | Specifies the name of the retrieved image. |
| ImageSource | Specifies the Image Source from which the image was retrieved. |
| IsEnabled | Specifies whether the retrieved image is converted to grayscale. |
| MakeTransparent | Specifies whether the retrieved image should be made transparent. |
See Also