In This Article

IHasVariantImages Interface

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

public interface IHasVariantImages

Properties

LargeImageSource

Gets or sets the ImageSource for a large image, generally 32x32 size.

ImageSource LargeImageSource { get; set; }

Property Value

ImageSource:

The ImageSource for a large image.

MediumImageSource

Gets or sets the ImageSource for a medium image, generally 24x24 size.

ImageSource MediumImageSource { get; set; }

Property Value

ImageSource:

The ImageSource for a medium image.

SmallImageSource

Gets or sets the ImageSource for a small image, generally 16x16 size.

ImageSource SmallImageSource { get; set; }

Property Value

ImageSource:

The ImageSource for a small image.