Table of Contents

Struct IconKey

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Strongly-typed identifier for an SVG icon in the closed catalog. Consumers obtain instances exclusively through BOBIconKeys; the framework guarantees that BlazOrbit.Components.IconKey.SvgContent corresponds to a vetted glyph from the built-in icon sets.

public readonly struct IconKey

Constructors

IconKey(string)

Strongly-typed identifier for an SVG icon in the closed catalog. Consumers obtain instances exclusively through BOBIconKeys; the framework guarantees that BlazOrbit.Components.IconKey.SvgContent corresponds to a vetted glyph from the built-in icon sets.

public IconKey(string Name)

Parameters

Name string

Properties

Name

public string Name { get; init; }

Property Value

string