skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class KnownColors

A helper class containing named colors.

Inheritance
System.Object
System.Collections.Generic.Dictionary<System.String, System.String>
KnownColors
Inherited Members
System.Collections.Generic.Dictionary<System.String, System.String>.Add(System.String, System.String)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Add(System.Collections.Generic.KeyValuePair<System.String, System.String>)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Contains(System.Collections.Generic.KeyValuePair<System.String, System.String>)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Remove(System.Collections.Generic.KeyValuePair<System.String, System.String>)
System.Collections.Generic.Dictionary<System.String, System.String>.Clear()
System.Collections.Generic.Dictionary<System.String, System.String>.ContainsKey(System.String)
System.Collections.Generic.Dictionary<System.String, System.String>.ContainsValue(System.String)
System.Collections.Generic.Dictionary<System.String, System.String>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.String>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.String, System.String>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.String, System.String>.Remove(System.String)
System.Collections.Generic.Dictionary<System.String, System.String>.TryGetValue(System.String, System.String)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, System.String>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.String, System.String>.Comparer
System.Collections.Generic.Dictionary<System.String, System.String>.Count
System.Collections.Generic.Dictionary<System.String, System.String>.Keys
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IDictionary<System.String, System.String>.Keys
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>.Keys
System.Collections.Generic.Dictionary<System.String, System.String>.Values
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IDictionary<System.String, System.String>.Values
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>.Values
System.Collections.Generic.Dictionary<System.String, System.String>.Item[System.String]
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.Item[System.Object]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.SyntaxEditor.ColorEditor
Assembly: Telerik.WinControls.SyntaxEditor.dll

Syntax

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

Constructors

KnownColors()

Initializes a new instance of the KnownColors class.

Declaration
public KnownColors()

Properties

AliceBlue

Declaration
public string AliceBlue { get; }
Property Value
System.String

AntiqueWhite

Declaration
public string AntiqueWhite { get; }
Property Value
System.String

Aqua

Declaration
public string Aqua { get; }
Property Value
System.String

Aquamarine

Declaration
public string Aquamarine { get; }
Property Value
System.String

Azure

Declaration
public string Azure { get; }
Property Value
System.String

Beige

Declaration
public string Beige { get; }
Property Value
System.String

Bisque

Declaration
public string Bisque { get; }
Property Value
System.String

Black

Declaration
public string Black { get; }
Property Value
System.String

BlanchedAlmond

Declaration
public string BlanchedAlmond { get; }
Property Value
System.String

Blue

Declaration
public string Blue { get; }
Property Value
System.String

BlueViolet

Declaration
public string BlueViolet { get; }
Property Value
System.String

Brown

Declaration
public string Brown { get; }
Property Value
System.String

BurlyWood

Declaration
public string BurlyWood { get; }
Property Value
System.String

CadetBlue

Declaration
public string CadetBlue { get; }
Property Value
System.String

Chartreuse

Declaration
public string Chartreuse { get; }
Property Value
System.String

Chocolate

Declaration
public string Chocolate { get; }
Property Value
System.String

Coral

Declaration
public string Coral { get; }
Property Value
System.String

CornflowerBlue

Declaration
public string CornflowerBlue { get; }
Property Value
System.String

Cornsilk

Declaration
public string Cornsilk { get; }
Property Value
System.String

Crimson

Declaration
public string Crimson { get; }
Property Value
System.String

Cyan

Declaration
public string Cyan { get; }
Property Value
System.String

DarkBlue

Declaration
public string DarkBlue { get; }
Property Value
System.String

DarkCyan

Declaration
public string DarkCyan { get; }
Property Value
System.String

DarkGoldenrod

Declaration
public string DarkGoldenrod { get; }
Property Value
System.String

DarkGray

Declaration
public string DarkGray { get; }
Property Value
System.String

DarkGreen

Declaration
public string DarkGreen { get; }
Property Value
System.String

DarkKhaki

Declaration
public string DarkKhaki { get; }
Property Value
System.String

DarkMagenta

Declaration
public string DarkMagenta { get; }
Property Value
System.String

DarkOliveGreen

Declaration
public string DarkOliveGreen { get; }
Property Value
System.String

DarkOrange

Declaration
public string DarkOrange { get; }
Property Value
System.String

DarkOrchid

Declaration
public string DarkOrchid { get; }
Property Value
System.String

DarkRed

Declaration
public string DarkRed { get; }
Property Value
System.String

DarkSalmon

Declaration
public string DarkSalmon { get; }
Property Value
System.String

DarkSeaGreen

Declaration
public string DarkSeaGreen { get; }
Property Value
System.String

DarkSlateBlue

Declaration
public string DarkSlateBlue { get; }
Property Value
System.String

DarkSlateGray

Declaration
public string DarkSlateGray { get; }
Property Value
System.String

DarkTurquoise

Declaration
public string DarkTurquoise { get; }
Property Value
System.String

DarkViolet

Declaration
public string DarkViolet { get; }
Property Value
System.String

DeepPink

Declaration
public string DeepPink { get; }
Property Value
System.String

DeepSkyBlue

Declaration
public string DeepSkyBlue { get; }
Property Value
System.String

DimGray

Declaration
public string DimGray { get; }
Property Value
System.String

DodgerBlue

Declaration
public string DodgerBlue { get; }
Property Value
System.String

Firebrick

Declaration
public string Firebrick { get; }
Property Value
System.String

FloralWhite

Declaration
public string FloralWhite { get; }
Property Value
System.String

ForestGreen

Declaration
public string ForestGreen { get; }
Property Value
System.String

Fuchsia

Declaration
public string Fuchsia { get; }
Property Value
System.String

Gainsboro

Declaration
public string Gainsboro { get; }
Property Value
System.String

GhostWhite

Declaration
public string GhostWhite { get; }
Property Value
System.String

Gold

Declaration
public string Gold { get; }
Property Value
System.String

Goldenrod

Declaration
public string Goldenrod { get; }
Property Value
System.String

Gray

Declaration
public string Gray { get; }
Property Value
System.String

Green

Declaration
public string Green { get; }
Property Value
System.String

GreenYellow

Declaration
public string GreenYellow { get; }
Property Value
System.String

Honeydew

Declaration
public string Honeydew { get; }
Property Value
System.String

HotPink

Declaration
public string HotPink { get; }
Property Value
System.String

IndianRed

Declaration
public string IndianRed { get; }
Property Value
System.String

Indigo

Declaration
public string Indigo { get; }
Property Value
System.String

Ivory

Declaration
public string Ivory { get; }
Property Value
System.String

Khaki

Declaration
public string Khaki { get; }
Property Value
System.String

Lavender

Declaration
public string Lavender { get; }
Property Value
System.String

LavenderBlush

Declaration
public string LavenderBlush { get; }
Property Value
System.String

LawnGreen

Declaration
public string LawnGreen { get; }
Property Value
System.String

LemonChiffon

Declaration
public string LemonChiffon { get; }
Property Value
System.String

LightBlue

Declaration
public string LightBlue { get; }
Property Value
System.String

LightCoral

Declaration
public string LightCoral { get; }
Property Value
System.String

LightCyan

Declaration
public string LightCyan { get; }
Property Value
System.String

LightGoldenrodYellow

Declaration
public string LightGoldenrodYellow { get; }
Property Value
System.String

LightGray

Declaration
public string LightGray { get; }
Property Value
System.String

LightGreen

Declaration
public string LightGreen { get; }
Property Value
System.String

LightPink

Declaration
public string LightPink { get; }
Property Value
System.String

LightSalmon

Declaration
public string LightSalmon { get; }
Property Value
System.String

LightSeaGreen

Declaration
public string LightSeaGreen { get; }
Property Value
System.String

LightSkyBlue

Declaration
public string LightSkyBlue { get; }
Property Value
System.String

LightSlateGray

Declaration
public string LightSlateGray { get; }
Property Value
System.String

LightSteelBlue

Declaration
public string LightSteelBlue { get; }
Property Value
System.String

LightYellow

Declaration
public string LightYellow { get; }
Property Value
System.String

Lime

Declaration
public string Lime { get; }
Property Value
System.String

LimeGreen

Declaration
public string LimeGreen { get; }
Property Value
System.String

Linen

Declaration
public string Linen { get; }
Property Value
System.String

Magenta

Declaration
public string Magenta { get; }
Property Value
System.String

Maroon

Declaration
public string Maroon { get; }
Property Value
System.String

MediumAquamarine

Declaration
public string MediumAquamarine { get; }
Property Value
System.String

MediumBlue

Declaration
public string MediumBlue { get; }
Property Value
System.String

MediumOrchid

Declaration
public string MediumOrchid { get; }
Property Value
System.String

MediumPurple

Declaration
public string MediumPurple { get; }
Property Value
System.String

MediumSeaGreen

Declaration
public string MediumSeaGreen { get; }
Property Value
System.String

MediumSlateBlue

Declaration
public string MediumSlateBlue { get; }
Property Value
System.String

MediumSpringGreen

Declaration
public string MediumSpringGreen { get; }
Property Value
System.String

MediumTurquoise

Declaration
public string MediumTurquoise { get; }
Property Value
System.String

MediumVioletRed

Declaration
public string MediumVioletRed { get; }
Property Value
System.String

MidnightBlue

Declaration
public string MidnightBlue { get; }
Property Value
System.String

MintCream

Declaration
public string MintCream { get; }
Property Value
System.String

MistyRose

Declaration
public string MistyRose { get; }
Property Value
System.String

Moccasin

Declaration
public string Moccasin { get; }
Property Value
System.String

NavajoWhite

Declaration
public string NavajoWhite { get; }
Property Value
System.String

Navy

Declaration
public string Navy { get; }
Property Value
System.String

OldLace

Declaration
public string OldLace { get; }
Property Value
System.String

Olive

Declaration
public string Olive { get; }
Property Value
System.String

OliveDrab

Declaration
public string OliveDrab { get; }
Property Value
System.String

Orange

Declaration
public string Orange { get; }
Property Value
System.String

OrangeRed

Declaration
public string OrangeRed { get; }
Property Value
System.String

Orchid

Declaration
public string Orchid { get; }
Property Value
System.String

PaleGoldenrod

Declaration
public string PaleGoldenrod { get; }
Property Value
System.String

PaleGreen

Declaration
public string PaleGreen { get; }
Property Value
System.String

PaleTurquoise

Declaration
public string PaleTurquoise { get; }
Property Value
System.String

PaleVioletRed

Declaration
public string PaleVioletRed { get; }
Property Value
System.String

PapayaWhip

Declaration
public string PapayaWhip { get; }
Property Value
System.String

PeachPuff

Declaration
public string PeachPuff { get; }
Property Value
System.String

Peru

Declaration
public string Peru { get; }
Property Value
System.String

Pink

Declaration
public string Pink { get; }
Property Value
System.String

Plum

Declaration
public string Plum { get; }
Property Value
System.String

PowderBlue

Declaration
public string PowderBlue { get; }
Property Value
System.String

Purple

Declaration
public string Purple { get; }
Property Value
System.String

Red

Declaration
public string Red { get; }
Property Value
System.String

RosyBrown

Declaration
public string RosyBrown { get; }
Property Value
System.String

RoyalBlue

Declaration
public string RoyalBlue { get; }
Property Value
System.String

SaddleBrown

Declaration
public string SaddleBrown { get; }
Property Value
System.String

Salmon

Declaration
public string Salmon { get; }
Property Value
System.String

SandyBrown

Declaration
public string SandyBrown { get; }
Property Value
System.String

SeaGreen

Declaration
public string SeaGreen { get; }
Property Value
System.String

SeaShell

Declaration
public string SeaShell { get; }
Property Value
System.String

Sienna

Declaration
public string Sienna { get; }
Property Value
System.String

Silver

Declaration
public string Silver { get; }
Property Value
System.String

SkyBlue

Declaration
public string SkyBlue { get; }
Property Value
System.String

SlateBlue

Declaration
public string SlateBlue { get; }
Property Value
System.String

SlateGray

Declaration
public string SlateGray { get; }
Property Value
System.String

Snow

Declaration
public string Snow { get; }
Property Value
System.String

SpringGreen

Declaration
public string SpringGreen { get; }
Property Value
System.String

SteelBlue

Declaration
public string SteelBlue { get; }
Property Value
System.String

Tan

Declaration
public string Tan { get; }
Property Value
System.String

Teal

Declaration
public string Teal { get; }
Property Value
System.String

Thistle

Declaration
public string Thistle { get; }
Property Value
System.String

Tomato

Declaration
public string Tomato { get; }
Property Value
System.String

Transparent

Declaration
public string Transparent { get; }
Property Value
System.String

Turquoise

Declaration
public string Turquoise { get; }
Property Value
System.String

Violet

Declaration
public string Violet { get; }
Property Value
System.String

Wheat

Declaration
public string Wheat { get; }
Property Value
System.String

White

Declaration
public string White { get; }
Property Value
System.String

WhiteSmoke

Declaration
public string WhiteSmoke { get; }
Property Value
System.String

Yellow

Declaration
public string Yellow { get; }
Property Value
System.String

YellowGreen

Declaration
public string YellowGreen { get; }
Property Value
System.String

Extension Methods

ExtensionMethodsDiagram.GetValueOrNull<TKey, TValue>(IDictionary<TKey, TValue>, TKey)
CommonExtensions.AddRange<T>(ICollection<T>, IEnumerable<T>)
CommonExtensions.ContainsAny<T>(IEnumerable<T>, IEnumerable<T>)
CommonExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
CommonExtensions.Clone<T>(IEnumerable<T>)
ExtensionMethods1.GetValueOrNull<TKey, TValue>(IDictionary<TKey, TValue>, TKey)
DictionaryExtensions.GetValueOrNull<TKey, TValue>(IDictionary<TKey, TValue>, TKey)
SvgExtentions.Traverse<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.