In This Article

NamedColorShade Class

Defines a Color and name pairing.

public class NamedColorShade
Inheritance:
object object

Constructors

NamedColorShade(Color, string)

Defines a Color and name pairing.

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

The Color value.

name string

The color name.

Properties

Color

The Color value.

public Color Color { get; set; }

Property Value

Color

Name

The color name.

public string Name { get; set; }

Property Value

string

Inherited Members

Extension Methods