Share via


LegendCell.ForeColor Vlastnost

Definice

Získá nebo nastaví barvu textu buňky legendy.

public:
 virtual property System::Drawing::Color ForeColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public virtual System.Drawing.Color ForeColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.ForeColor : System.Drawing.Color with get, set
Public Overridable Property ForeColor As Color

Hodnota vlastnosti

Hodnota použitá Color k vykreslení textu buňky legendy. Výchozí hodnota je Empty.

Atributy

Poznámky

Tato vlastnost je použitelná pouze v případě, že CellType je vlastnost nastavená na Texthodnotu .

Platí pro