In This Article

IHasVariantImages Interface

Provides the base requirements for a control that has variant ImageSource properties.

public interface IHasVariantImages

Properties

LargeImageSource

The ImageSource for a large image, generally 32x32 size.

ImageSource? LargeImageSource { get; set; }

Property Value

ImageSource

MediumImageSource

The ImageSource for a medium image, generally 24x24 size.

ImageSource? MediumImageSource { get; set; }

Property Value

ImageSource

SmallImageSource

The ImageSource for a small image, generally 16x16 size.

ImageSource? SmallImageSource { get; set; }

Property Value

ImageSource

Extension Methods