In This Article

NamedColorShade Class

Defines a Color and name pairing.

public class NamedColorShade
Inheritance:
object object

Constructors

NamedColorShade(Color, string)

Initializes a new instance of the NamedColorShade class.

public NamedColorShade(Color color, string name)
Parameter Type Description
color Color

The Color value.

name string

The color name.

Properties

Color

Gets or sets the Color value.

public Color Color { get; set; }

Property Value

Color:

The Color value.

Name

Gets or sets the color name.

public string Name { get; set; }

Property Value

string:

The color name.

Inherited Members