IHasVariantImages Interface
Provides the base requirements for a control that has variant System.Windows.Media.ImageSource properties.
public interface IHasVariantImages
Properties
LargeImageSource
Gets or sets the System.Windows.Media.ImageSource for a large image, generally 32x32 size.
ImageSource LargeImageSource { get; set; }
Property Value
- System.Windows.Media.ImageSource:
The System.Windows.Media.ImageSource for a large image.
MediumImageSource
Gets or sets the System.Windows.Media.ImageSource for a medium image, generally 24x24 size.
ImageSource MediumImageSource { get; set; }
Property Value
- System.Windows.Media.ImageSource:
The System.Windows.Media.ImageSource for a medium image.
SmallImageSource
Gets or sets the System.Windows.Media.ImageSource for a small image, generally 16x16 size.
ImageSource SmallImageSource { get; set; }
Property Value
- System.Windows.Media.ImageSource:
The System.Windows.Media.ImageSource for a small image.