Class
KnownColors

A helper class containing named colors.

Definition

Namespace:Telerik.Windows.Controls.ColorEditor

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
public class KnownColors : Dictionary<string, string>, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IDictionary, ICollection, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable, ISerializable, IDeserializationCallback

Inheritance: objectDictionary<string, string>KnownColors

Implements: ICollectionICollection<KeyValuePair<string, string>>IDeserializationCallbackIDictionaryIDictionary<string, string>IEnumerableIEnumerable<KeyValuePair<string, string>>IReadOnlyCollection<KeyValuePair<string, string>>IReadOnlyDictionary<string, string>ISerializable

Inherited Members Dictionary<string, string>.Add(string, string)Dictionary<string, string>.Clear()Dictionary<string, string>.ContainsKey(string)Dictionary<string, string>.ContainsValue(string)Dictionary<string, string>.GetEnumerator()Dictionary<string, string>.OnDeserialization(object)Dictionary<string, string>.Remove(string)Dictionary<string, string>.Remove(string, out string)Dictionary<string, string>.TryGetValue(string, out string)Dictionary<string, string>.TryAdd(string, string)Dictionary<string, string>.EnsureCapacity(int)Dictionary<string, string>.TrimExcess()Dictionary<string, string>.TrimExcess(int)Dictionary<string, string>.ComparerDictionary<string, string>.CountDictionary<string, string>.KeysDictionary<string, string>.ValuesDictionary<string, string>.this[string]

Constructors

KnownColors()

Initializes a new instance of the KnownColors class.

Declaration

cs-api-definition
public KnownColors()

KnownColors(SerializationInfo, StreamingContext)

Initializes a new instance of the KnownColors class.

Declaration

cs-api-definition
protected KnownColors(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

Properties

AliceBlue

Represents the hex string of the AliceBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string AliceBlue { get; }

Property Value

string

AntiqueWhite

Represents the hex string of the AntiqueWhite color in the KnownColors collection.

Declaration

cs-api-definition
public string AntiqueWhite { get; }

Property Value

string

Aqua

Represents the hex string of the Aqua color in the KnownColors collection.

Declaration

cs-api-definition
public string Aqua { get; }

Property Value

string

Aquamarine

Represents the hex string of the Aquamarine color in the KnownColors collection.

Declaration

cs-api-definition
public string Aquamarine { get; }

Property Value

string

Azure

Represents the hex string of the Azure color in the KnownColors collection.

Declaration

cs-api-definition
public string Azure { get; }

Property Value

string

Beige

Represents the hex string of the Beige color in the KnownColors collection.

Declaration

cs-api-definition
public string Beige { get; }

Property Value

string

Bisque

Represents the hex string of the Bisque color in the KnownColors collection.

Declaration

cs-api-definition
public string Bisque { get; }

Property Value

string

Black

Represents the hex string of the color Black color in the KnownColors collection.

Declaration

cs-api-definition
public string Black { get; }

Property Value

string

BlanchedAlmond

Represents the hex string of the BlanchedAlmond color in the KnownColors collection.

Declaration

cs-api-definition
public string BlanchedAlmond { get; }

Property Value

string

Blue

Represents the hex string of the Blue color in the KnownColors collection.

Declaration

cs-api-definition
public string Blue { get; }

Property Value

string

BlueViolet

Represents the hex string of the BlueViolet color in the KnownColors collection.

Declaration

cs-api-definition
public string BlueViolet { get; }

Property Value

string

Brown

Represents the hex string of the Brown color in the KnownColors collection.

Declaration

cs-api-definition
public string Brown { get; }

Property Value

string

BurlyWood

Represents the hex string of the BurlyWood color in the KnownColors collection.

Declaration

cs-api-definition
public string BurlyWood { get; }

Property Value

string

CadetBlue

Represents the hex string of the CadetBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string CadetBlue { get; }

Property Value

string

Chartreuse

Represents the hex string of the Chartreuse color in the KnownColors collection.

Declaration

cs-api-definition
public string Chartreuse { get; }

Property Value

string

Chocolate

Represents the hex string of the Chocolate color in the KnownColors collection.

Declaration

cs-api-definition
public string Chocolate { get; }

Property Value

string

Coral

Represents the hex string of the Coral color in the KnownColors collection.

Declaration

cs-api-definition
public string Coral { get; }

Property Value

string

CornflowerBlue

Represents the hex string of the CornflowerBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string CornflowerBlue { get; }

Property Value

string

Cornsilk

Represents the hex string of the Cornsilk color in the KnownColors collection.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Cornsilk")]
public string Cornsilk { get; }

Property Value

string

Crimson

Represents the hex string of the Crimson color in the KnownColors collection.

Declaration

cs-api-definition
public string Crimson { get; }

Property Value

string

Cyan

Represents the hex string of the Cyan color in the KnownColors collection.

Declaration

cs-api-definition
public string Cyan { get; }

Property Value

string

DarkBlue

Represents the hex string of the DarkBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkBlue { get; }

Property Value

string

DarkCyan

Represents the hex string of the DarkCyan color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkCyan { get; }

Property Value

string

DarkGoldenrod

Represents the hex string of the DarkGoldenrod color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkGoldenrod { get; }

Property Value

string

DarkGray

Represents the hex string of the DarkGray color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkGray { get; }

Property Value

string

DarkGreen

Represents the hex string of the DarkGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkGreen { get; }

Property Value

string

DarkKhaki

Represents the hex string of the DarkKhaki color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkKhaki { get; }

Property Value

string

DarkMagenta

Represents the hex string of the DarkMagenta color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkMagenta { get; }

Property Value

string

DarkOliveGreen

Represents the hex string of the DarkOliveGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkOliveGreen { get; }

Property Value

string

DarkOrange

Represents the hex string of the DarkOrange color in the KnownColors list.

Declaration

cs-api-definition
public string DarkOrange { get; }

Property Value

string

DarkOrchid

Represents the hex string of the DarkOrchid color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkOrchid { get; }

Property Value

string

DarkRed

Represents the hex string of the DarkRed color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkRed { get; }

Property Value

string

DarkSalmon

Represents the hex string of the DarkSalmon color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkSalmon { get; }

Property Value

string

DarkSeaGreen

Represents the hex string of the DarkSeaGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkSeaGreen { get; }

Property Value

string

DarkSlateBlue

Represents the hex string of the DarkSlateBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkSlateBlue { get; }

Property Value

string

DarkSlateGray

Represents the hex string of the DarkSlateGray color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkSlateGray { get; }

Property Value

string

DarkTurquoise

Represents the hex string of the Dark Turquoise color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkTurquoise { get; }

Property Value

string

DarkViolet

Represents the hex string of the DarkViolet color in the KnownColors collection.

Declaration

cs-api-definition
public string DarkViolet { get; }

Property Value

string

Remarks

This color can be used in various controls for styling and theming purposes.

DeepPink

Represents the hex string of the DeepPink color in the KnownColors collection.

Declaration

cs-api-definition
public string DeepPink { get; }

Property Value

string

DeepSkyBlue

Represents the hex string of the DeepSkyBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string DeepSkyBlue { get; }

Property Value

string

DimGray

Represents the hex string of the DimGray color in the KnownColors collection.

Declaration

cs-api-definition
public string DimGray { get; }

Property Value

string

DodgerBlue

Represents the hex string of the DodgerBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string DodgerBlue { get; }

Property Value

string

Firebrick

Represents the hex string of the Firebrick color in the KnownColors collection.

Declaration

cs-api-definition
public string Firebrick { get; }

Property Value

string

FloralWhite

Represents the hex string of the FloralWhite color in the KnownColors collection.

Declaration

cs-api-definition
public string FloralWhite { get; }

Property Value

string

ForestGreen

Represents the hex string of the ForestGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string ForestGreen { get; }

Property Value

string

Fuchsia

Represents the hex string of the Fuchsia color in the KnownColors collection.

Declaration

cs-api-definition
public string Fuchsia { get; }

Property Value

string

Gainsboro

Represents the hex string of the Gainsboro color in the KnownColors collection.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gainsboro")]
public string Gainsboro { get; }

Property Value

string

GhostWhite

Represents the hex string of the GhostWhite color in the KnownColors collection.

Declaration

cs-api-definition
public string GhostWhite { get; }

Property Value

string

Gold

Represents the hex string of the Gold color in the KnownColors collection.

Declaration

cs-api-definition
public string Gold { get; }

Property Value

string

Goldenrod

Represents the hex string of the Goldenrod color in the KnownColors collection.

Declaration

cs-api-definition
public string Goldenrod { get; }

Property Value

string

Gray

Represents the hex string of the Gray color in the KnownColors collection.

Declaration

cs-api-definition
public string Gray { get; }

Property Value

string

Green

Represents the hex string of the Green color in the KnownColors collection.

Declaration

cs-api-definition
public string Green { get; }

Property Value

string

GreenYellow

Represents the hex string of the GreenYellow color in the KnownColors collection.

Declaration

cs-api-definition
public string GreenYellow { get; }

Property Value

string

Honeydew

Represents the hex string of the Honeydew color in the KnownColors collection.

Declaration

cs-api-definition
public string Honeydew { get; }

Property Value

string

HotPink

Represents the hex string of the HotPink color in the KnownColors collection.

Declaration

cs-api-definition
public string HotPink { get; }

Property Value

string

IndianRed

Represents the hex string of the IndianRed color in the KnownColors collection.

Declaration

cs-api-definition
public string IndianRed { get; }

Property Value

string

Indigo

Represents the hex string of the Indigo color in the KnownColors collection.

Declaration

cs-api-definition
public string Indigo { get; }

Property Value

string

Ivory

Represents the hex string of the Ivory in the KnownColors collection.

Declaration

cs-api-definition
public string Ivory { get; }

Property Value

string

Khaki

Represents the hex string of the Khaki color in the KnownColors collection.

Declaration

cs-api-definition
public string Khaki { get; }

Property Value

string

Lavender

Represents the hex string of the Lavender color in the KnownColors collection.

Declaration

cs-api-definition
public string Lavender { get; }

Property Value

string

LavenderBlush

Represents the hex string of the LavenderBlush color in the KnownColors collection.

Declaration

cs-api-definition
public string LavenderBlush { get; }

Property Value

string

LawnGreen

Represents the hex string of the LawnGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string LawnGreen { get; }

Property Value

string

LemonChiffon

Represents the hex string of the LemonChiffon color in the KnownColors collection.

Declaration

cs-api-definition
public string LemonChiffon { get; }

Property Value

string

LightBlue

Represents the hex string of the LightBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string LightBlue { get; }

Property Value

string

LightCoral

Represents the hex string of the LightCoral color from the KnownColors collection.

Declaration

cs-api-definition
public string LightCoral { get; }

Property Value

string

LightCyan

Represents the hex string of the LightCyan color in the KnownColors collection.

Declaration

cs-api-definition
public string LightCyan { get; }

Property Value

string

LightGoldenrodYellow

Represents the hex string of the LightGoldenrodYellow from the KnownColors collection.

Declaration

cs-api-definition
public string LightGoldenrodYellow { get; }

Property Value

string

Remarks

This color is often used in UI designs to provide a soft, warm background.

LightGray

Represents the hex string of the LightGray color in the KnownColors collection.

Declaration

cs-api-definition
public string LightGray { get; }

Property Value

string

LightGreen

Represents the hex string of the LightGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string LightGreen { get; }

Property Value

string

LightPink

Represents the hex string of the LightPink color in the KnownColors collection.

Declaration

cs-api-definition
public string LightPink { get; }

Property Value

string

LightSalmon

Represents the hex string of the LightSalmon color in the KnownColors collection.

Declaration

cs-api-definition
public string LightSalmon { get; }

Property Value

string

LightSeaGreen

Represents the hex string of the LightSeaGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string LightSeaGreen { get; }

Property Value

string

LightSkyBlue

Represents the hex string of the LightSkyBlue from the KnownColors collection.

Declaration

cs-api-definition
public string LightSkyBlue { get; }

Property Value

string

LightSlateGray

Represents the hex string of the LightSlateGray color in the KnownColors collection.

Declaration

cs-api-definition
public string LightSlateGray { get; }

Property Value

string

LightSteelBlue

Represents the hex string of the LightSteelBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string LightSteelBlue { get; }

Property Value

string

LightYellow

Represents the hex string of the LightYellow color in the KnownColors collection.

Declaration

cs-api-definition
public string LightYellow { get; }

Property Value

string

Lime

Represents the hex string of the Lime color in the KnownColors collection.

Declaration

cs-api-definition
public string Lime { get; }

Property Value

string

LimeGreen

Represents the hex string of the LimeGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string LimeGreen { get; }

Property Value

string

Linen

Represents the hex string of the Linen color in the KnownColors collection.

Declaration

cs-api-definition
public string Linen { get; }

Property Value

string

Magenta

Represents the hex string of the Magenta color in the KnownColors collection.

Declaration

cs-api-definition
public string Magenta { get; }

Property Value

string

Maroon

Represents the hex string of the Maroon color in the KnownColors collection.

Declaration

cs-api-definition
public string Maroon { get; }

Property Value

string

MediumAquamarine

Represents the MediumAquamarine color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumAquamarine { get; }

Property Value

string

MediumBlue

Represents the hex string of the MediumBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumBlue { get; }

Property Value

string

MediumOrchid

Represents the hex string of the MediumOrchid color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumOrchid { get; }

Property Value

string

MediumPurple

Represents the hex string of the MediumPurple color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumPurple { get; }

Property Value

string

MediumSeaGreen

Represents the hex string of the MediumSeaGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumSeaGreen { get; }

Property Value

string

MediumSlateBlue

Represents the hex string of the MediumSlateBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumSlateBlue { get; }

Property Value

string

MediumSpringGreen

Represents the hex string of the MediumSpringGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumSpringGreen { get; }

Property Value

string

MediumTurquoise

Represents the hex string of the MediumTurquoise color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumTurquoise { get; }

Property Value

string

MediumVioletRed

Represents the hex string of the MediumVioletRed color in the KnownColors collection.

Declaration

cs-api-definition
public string MediumVioletRed { get; }

Property Value

string

MidnightBlue

Represents the hex string of the MidnightBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string MidnightBlue { get; }

Property Value

string

MintCream

Represents the hex string of the MintCream color in the KnownColors collection.

Declaration

cs-api-definition
public string MintCream { get; }

Property Value

string

MistyRose

Represents the hex string of the MistyRose color in the KnownColors collection.

Declaration

cs-api-definition
public string MistyRose { get; }

Property Value

string

Moccasin

Represents the hex string of the Moccasin color in the KnownColors collection.

Declaration

cs-api-definition
public string Moccasin { get; }

Property Value

string

NavajoWhite

Represents the hex string of the NavajoWhite color in the KnownColors collection.

Declaration

cs-api-definition
public string NavajoWhite { get; }

Property Value

string

Navy

Represents the hex string of the Navy color in the KnownColors collection.

Declaration

cs-api-definition
public string Navy { get; }

Property Value

string

OldLace

Represents the hex string of the OldLace color in the KnownColors collection.

Declaration

cs-api-definition
public string OldLace { get; }

Property Value

string

Olive

Gets the color representation of the Olive color in the KnownColors collection.

Declaration

cs-api-definition
public string Olive { get; }

Property Value

string

OliveDrab

Represents the hex string of the OliveDrab color in the KnownColors collection.

Declaration

cs-api-definition
public string OliveDrab { get; }

Property Value

string

Orange

Represents the hex string of the Orange color in the KnownColors collection.

Declaration

cs-api-definition
public string Orange { get; }

Property Value

string

OrangeRed

Represents the hex string of the OrangeRed color in the KnownColors collection.

Declaration

cs-api-definition
public string OrangeRed { get; }

Property Value

string

Remarks

This property can be used to access the specific shade of OrangeRed used in color selections.

Orchid

Represents the hex string of the Orchid color in the KnownColors list.

Declaration

cs-api-definition
public string Orchid { get; }

Property Value

string

PaleGoldenrod

Represents the PaleGoldenrod color in the KnownColors collection.

Declaration

cs-api-definition
public string PaleGoldenrod { get; }

Property Value

string

PaleGreen

Represents the hex string of the PaleGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string PaleGreen { get; }

Property Value

string

PaleTurquoise

Represents the hex string of the PaleTurquoise color in the KnownColors collection.

Declaration

cs-api-definition
public string PaleTurquoise { get; }

Property Value

string

PaleVioletRed

Represents the hex string of the PaleVioletRed color in the KnownColors collection.

Declaration

cs-api-definition
public string PaleVioletRed { get; }

Property Value

string

PapayaWhip

Represents the hex string of the PapayaWhip color in the KnownColors collection.

Declaration

cs-api-definition
public string PapayaWhip { get; }

Property Value

string

PeachPuff

Represents the hex string of the PeachPuff color in the KnownColors collection.

Declaration

cs-api-definition
public string PeachPuff { get; }

Property Value

string

Peru

Represents the hex string of the Peru color in the KnownColors collection.

Declaration

cs-api-definition
public string Peru { get; }

Property Value

string

Pink

Represents the hex string of the Pink color in the KnownColors collection.

Declaration

cs-api-definition
public string Pink { get; }

Property Value

string

Plum

Represents the hex string of the Plum color in the KnownColors collection.

Declaration

cs-api-definition
public string Plum { get; }

Property Value

string

PowderBlue

Represents the hex string of the PowderBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string PowderBlue { get; }

Property Value

string

Purple

Represents the hex string of the Purple color in the KnownColors collection.

Declaration

cs-api-definition
public string Purple { get; }

Property Value

string

Red

Represents the hex string of the Red color in the KnownColors collection.

Declaration

cs-api-definition
public string Red { get; }

Property Value

string

RosyBrown

Represents the hex string of the RosyBrown color in the KnownColors collection.

Declaration

cs-api-definition
public string RosyBrown { get; }

Property Value

string

RoyalBlue

Represents the hex string of the RoyalBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string RoyalBlue { get; }

Property Value

string

SaddleBrown

Represents the hex string of the SaddleBrown color in the KnownColors collection.

Declaration

cs-api-definition
public string SaddleBrown { get; }

Property Value

string

Salmon

Represents the hex string of the Salmon color in the KnownColors collection.

Declaration

cs-api-definition
public string Salmon { get; }

Property Value

string

SandyBrown

Represents the hex string of the SandyBrown color in the KnownColors collection.

Declaration

cs-api-definition
public string SandyBrown { get; }

Property Value

string

SeaGreen

Represents the hex string of the SeaGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string SeaGreen { get; }

Property Value

string

SeaShell

Represents the hex string of the SeaShell color in the KnownColors collection.

Declaration

cs-api-definition
public string SeaShell { get; }

Property Value

string

Remarks

This color can be used with various color selection controls with color in the Telerik UI framework.

Sienna

Represents the hex string of the Sienna color in the KnownColors list.

Declaration

cs-api-definition
public string Sienna { get; }

Property Value

string

Silver

Represents the hex string of the Silver color in the KnownColors collection.

Declaration

cs-api-definition
public string Silver { get; }

Property Value

string

SkyBlue

Represents the hex string of the SkyBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string SkyBlue { get; }

Property Value

string

SlateBlue

Represents the hex string of the SlateBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string SlateBlue { get; }

Property Value

string

SlateGray

Represents the hex string of the SlateGray color in the KnownColors collection.

Declaration

cs-api-definition
public string SlateGray { get; }

Property Value

string

Snow

Represents the hex string of the Snow color in the KnownColors collection.

Declaration

cs-api-definition
public string Snow { get; }

Property Value

string

SpringGreen

Represents the hex string of the SpringGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string SpringGreen { get; }

Property Value

string

Remarks

Spring Green is a bright, vibrant shade that is often used in various applications for its eye-catching appeal.

SteelBlue

Represents the hex string of the SteelBlue color in the KnownColors collection.

Declaration

cs-api-definition
public string SteelBlue { get; }

Property Value

string

Tan

Represents the hex string of the Tan color in the KnownColors collection.

Declaration

cs-api-definition
public string Tan { get; }

Property Value

string

Teal

Represents the hex string of the Teal color in the KnownColors collection.

Declaration

cs-api-definition
public string Teal { get; }

Property Value

string

Thistle

Represents the hex string of the Thistle color in the KnownColors collection.

Declaration

cs-api-definition
public string Thistle { get; }

Property Value

string

Tomato

Represents the hex string of the Tomato color in the KnownColors collection.

Declaration

cs-api-definition
public string Tomato { get; }

Property Value

string

Transparent

Represents the hex string of the Transparent color in the KnownColors collection.

Declaration

cs-api-definition
public string Transparent { get; }

Property Value

string

Turquoise

Represents the hex string of the Turquoise color in the KnownColors collection.

Declaration

cs-api-definition
public string Turquoise { get; }

Property Value

string

Violet

Represents the hex string of the Violet color in the KnownColors collection.

Declaration

cs-api-definition
public string Violet { get; }

Property Value

string

Wheat

Represents the hex string of the Wheat color in the KnownColors collection.

Declaration

cs-api-definition
public string Wheat { get; }

Property Value

string

White

Represents the hex string of the White color in the KnownColors collection.

Declaration

cs-api-definition
public string White { get; }

Property Value

string

WhiteSmoke

Represents the hex string of the WhiteSmoke color in the KnownColors collection.

Declaration

cs-api-definition
public string WhiteSmoke { get; }

Property Value

string

Yellow

Represents the hex string of the Yellow color in the KnownColors collection.

Declaration

cs-api-definition
public string Yellow { get; }

Property Value

string

YellowGreen

Represents the hex string of the YellowGreen color in the KnownColors collection.

Declaration

cs-api-definition
public string YellowGreen { get; }

Property Value

string