Skip to content
Docs Try Aspire

ResourceIconAnnotation Properties

Class Properties 2 members
Specifies the icon to use when displaying a resource in the dashboard.
Gets the name of the FluentUI icon to use for the resource.
public string IconName { get; }
The icon name should be a valid FluentUI icon name. See https://aka.ms/fluentui-system-icons for available icons.
Gets the variant of the icon (Regular or Filled).
public IconVariant IconVariant { get; }