Table of Contents

Class KnownColorInfo

Namespace
Dynamicweb.Core.UI
Assembly
Dynamicweb.Core.dll
public class KnownColorInfo
Inheritance
KnownColorInfo
Inherited Members

Properties

ClassName

The css class name

public string ClassName { get; set; }

Property Value

string

Methods

ClassNameFor(KnownColor)

Return the related css class name for the Enum

public static string ClassNameFor(KnownColor color)

Parameters

color KnownColor

Returns

string
To top