Skip to content

Image Tooltips

Visualise the image asset a piece of code is referencing

Introduction

The Image Tooltips let you preview any image asset.

Using Image Tooltips

Simply hover your cursor over an image name and a preview of that image will display. We even offer previews of image assets in IntelliSense!

XAML

Add your Image tag to your xaml file and edit the Source attribute to see the tooltip, or "Import an image asset".

<Image Source="" />

XAML image tooltips

Even better, image tooltips are also supported on Android resource lookups in C#:

var dd = Resource.Drawable.mfractor
Android image tooltips

Comments