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.
MediumImageSource
The ImageSource for a medium image, generally 24x24 size.
SmallImageSource
The ImageSource for a small image, generally 16x16 size.