I am using BorderImage to display images on a GridView.
Following is sort of what I am doing:
BorderImage {
source: some_image
asynchronous: true
cache: false
}
I want to set a red outline border to my image. How can I do that ?
I looked at the Border.left, Border.right properties but they just stretch the image.
You add a
Rectangleto your(Border)Image