Class KnownAdornmentInfo
- Namespace
 - Dynamicweb.Core.UI
 
- Assembly
 - Dynamicweb.Core.UI.dll
 
public class KnownAdornmentInfo
  - Inheritance
 - 
      
      KnownAdornmentInfo
 
- Inherited Members
 
Properties
ClassName
The css class name
  
  public string ClassName { get; set; }
  Property Value
Color
The known color for the icon
  
  public KnownColor Color { get; set; }
  Property Value
FrameworkPrefix
The css prifix required for the related framework (Ex. FontAwesome = fa)
  
  public string FrameworkPrefix { get; set; }
  Property Value
Tooltip
The known color for the icon
  
  public string Tooltip { get; set; }
  Property Value
Methods
ClassNameFor(KnownAdornment, bool, KnownColor)
Return the related css class name for the Enum
  
  public static string ClassNameFor(KnownAdornment adornment, bool includePrefix = true, KnownColor color = KnownColor.None)
  Parameters
adornmentKnownAdornmentincludePrefixboolcolorKnownColor
Returns
TooltipFor(KnownAdornment)
Return the related css class name for the Enum
  
  public static string TooltipFor(KnownAdornment adornment)
  Parameters
adornmentKnownAdornment