Table of Contents

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

string

Color

The known color for the icon
public KnownColor Color { get; set; }

Property Value

KnownColor

FrameworkPrefix

The css prifix required for the related framework (Ex. FontAwesome = fa)
public string FrameworkPrefix { get; set; }

Property Value

string

Tooltip

The known color for the icon
public string Tooltip { get; set; }

Property Value

string

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

adornment KnownAdornment
includePrefix bool
color KnownColor

Returns

string

TooltipFor(KnownAdornment)

Return the related css class name for the Enum
public static string TooltipFor(KnownAdornment adornment)

Parameters

adornment KnownAdornment

Returns

string
To top