In This Article

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.

object? LargeIcon { get; set; }

Property Value

object

MediumIcon

The object representing a medium icon, generally 24x24 size.

object? MediumIcon { get; set; }

Property Value

object

SmallIcon

The object representing a small icon, generally 16x16 size.

object? SmallIcon { get; set; }

Property Value

object

Extension Methods