Class Colors
Represents collection with predefined colors.
Inheritance
Inherited Members
Namespace: Telerik.Documents.Media
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class Colors
Properties
Aqua
Gets the aqua color.
Declaration
public static Color Aqua { get; }
Property Value
Color
The aqua color. |
Aquamarine
Gets the aquamarine color.
Declaration
public static Color Aquamarine { get; }
Property Value
Color
The aquamarine color. |
Azure
Gets the azure color.
Declaration
public static Color Azure { get; }
Property Value
Color
The azure color. |
Black
Gets the black color.
Declaration
public static Color Black { get; }
Property Value
Color
The black color. |
BlanchedAlmond
Gets the blanched almond color.
Declaration
public static Color BlanchedAlmond { get; }
Property Value
Color
The blanched almond color. |
Blue
Gets the blue color.
Declaration
public static Color Blue { get; }
Property Value
Color
The blue color. |
BlueViolet
Gets the blue violet color.
Declaration
public static Color BlueViolet { get; }
Property Value
Color
The blue violet color. |
Brown
Gets the brown color.
Declaration
public static Color Brown { get; }
Property Value
Color
The brown color. |
Chocolate
Gets the chocolate color.
Declaration
public static Color Chocolate { get; }
Property Value
Color
The chocolate color. |
Cyan
Gets the cyan color.
Declaration
public static Color Cyan { get; }
Property Value
Color
The cyan color. |
DarkCyan
Gets the dark cyan color.
Declaration
public static Color DarkCyan { get; }
Property Value
Color
The dark cyan color. |
DarkGray
Gets the dark gray color.
Declaration
public static Color DarkGray { get; }
Property Value
Color
The dark gray color. |
DarkGreen
Gets the dark green color.
Declaration
public static Color DarkGreen { get; }
Property Value
Color
The dark green color. |
Firebrick
Gets the firebrick color.
Declaration
public static Color Firebrick { get; }
Property Value
Color
The firebrick color. |
Gainsboro
Gets the gainsboro color.
Declaration
public static Color Gainsboro { get; }
Property Value
Color
The gainsboro color. |
Gold
Gets the gold color.
Declaration
public static Color Gold { get; }
Property Value
Color
The gold color. |
Gray
Gets the gray color.
Declaration
public static Color Gray { get; }
Property Value
Color
The gray color. |
Green
Gets the green color.
Declaration
public static Color Green { get; }
Property Value
Color
The green color. |
GreenYellow
Gets the green yellow color.
Declaration
public static Color GreenYellow { get; }
Property Value
Color
The green yellow color. |
LightGray
Gets the light gray color.
Declaration
public static Color LightGray { get; }
Property Value
Color
The light gray color. |
LightSkyBlue
Gets the light sky blue color.
Declaration
public static Color LightSkyBlue { get; }
Property Value
Color
The light sky blue color. |
Lime
Gets the lime color.
Declaration
public static Color Lime { get; }
Property Value
Color
The lime color. |
Magenta
Gets the magenta color.
Declaration
public static Color Magenta { get; }
Property Value
Color
The magenta color. |
Orange
Gets the orange color.
Declaration
public static Color Orange { get; }
Property Value
Color
The orange color. |
Pink
Gets the pink color.
Declaration
public static Color Pink { get; }
Property Value
Color
The pink color. |
Plum
Gets the plum color.
Declaration
public static Color Plum { get; }
Property Value
Color
The plum color. |
Purple
Gets the purple color.
Declaration
public static Color Purple { get; }
Property Value
Color
The purple color. |
Red
Gets the red color.
Declaration
public static Color Red { get; }
Property Value
Color
The red color. |
Transparent
Gets the transparent color.
Declaration
public static Color Transparent { get; }
Property Value
Color
The transparent color. |
Violet
Gets the violet color.
Declaration
public static Color Violet { get; }
Property Value
Color
The violet color. |
White
Gets the white color.
Declaration
public static Color White { get; }
Property Value
Color
The white color. |
Yellow
Gets the yellow color.
Declaration
public static Color Yellow { get; }
Property Value
Color
The yellow color. |