ColorMap.OldColor Property

Definition

Gets or sets the existing Color structure to be converted.

public:
 property System::Drawing::Color OldColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color OldColor { get; set; }
member this.OldColor : System.Drawing.Color with get, set
Public Property OldColor As Color

Property Value

The existing Color structure to be converted.

Applies to