ImageReference
Defines a reference to a searchable image or image folder. Generally an ImageReference is created automatically by the Visual Designer for every image and folder within the projects Images folder. The ImageReference for image "MyImage" in "Images/MyFolder" is referenced by Images.MyFolder.MyImage
The engine will use the ImageReference to search for the image or all images in the given folder respectively.
Methods
Name | Description |
New | Used to create a new ImageReference from a string representation or a combination of an existing ImageReference and an the image name of a file in this folder. |
Properties
Name | Description |
CanonicalName | Type: string The string representation of the ImageReference. Generally the relative path within the images folder, with the directory separator character replaced by a dot. e.g "MyFolder.MyImage" |
Last updated