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

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