Table of Contents

Class IconImage

Namespace
Tharga.Team
Assembly
Tharga.Team.dll

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

Url string

The image URL.

Properties

Url

The image URL.

public string Url { get; init; }

Property Value

string