Class IconImage
A resolved icon image to render — a URL, whether the platform's own serving endpoint or an address a custom IIconSource supplied.
public sealed record IconImage : IEquatable<IconImage>
- Inheritance
-
IconImage
- Implements
- Inherited Members
Constructors
IconImage(string)
A resolved icon image to render — a URL, whether the platform's own serving endpoint or an address a custom IIconSource supplied.
public IconImage(string Url)
Parameters
UrlstringThe image URL.
Properties
Url
The image URL.
public string Url { get; init; }