IHasVariantImages Interface
Provides the base requirements for a control that has variant Avalonia.Media.IImage properties.
public interface IHasVariantImages
Properties
LargeIcon
The object representing a large icon, generally 32x32
size.
MediumIcon
The object representing a medium icon, generally 24x24
size.
SmallIcon
The object representing a small icon, generally 16x16
size.