Sdílet prostřednictvím


Legend.ShadowColor Vlastnost

Definice

Získá nebo nastaví stínovou barvu legendy.

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

Hodnota vlastnosti

Color

Hodnota, Color která určuje stínovou barvu legendy. Výchozí barva je Black .

Atributy

Poznámky

Tuto vlastnost lze nastavit na libovolnou platnou hodnotu ARGB (alfa, červená, zelená, modrá).

Hodnotu alfa lze použít k dosažení "realistického" efektu stínování. try a color value of "128,0,0,0" for shadows.

Pokud chcete implementovat stín, nastavte vlastnost na jinou ShadowOffset hodnotu než nula (0).

Platí pro