class IconAttribute : System.Attribute

book_4_sparkGenerated
code_blocksInput

Description

The IconAttribute class is used to set the icon of a type or a type member. It allows specifying colors in HTML formats, such as "rgb(255,255,255)" or "#FFFFFF". This information can be retrieved using the DisplayInfo library.

Members

Properties

Member Name Summary
Value The icon value as a string.
BackgroundColor The preferred background color for the icon.
ForegroundColor The preferred color of the icon itself.