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. Colors are expected in HTML formats, such as "rgb(255,255,255)" or "#FFFFFF". This information can then be retrieved via the DisplayInfo library.

Members

Properties

Member NameSummary
Value
BackgroundColorThe preferred background color for the icon.
ForegroundColorThe preferred color of the icon itself.