Legend.BackColor 属性

定义

获取或设置图例的背景色。

public:
 property System::Drawing::Color BackColor { 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 BackColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.BackColor : System.Drawing.Color with get, set
Public Property BackColor As Color

属性值

Color

一个 Color 值,该值用于绘制图例的背景色。 默认颜色为 White

属性

注解

可将此属性设置为任何有效的 ARGB (alpha、红色、绿色、蓝色) 值。

BackColor如果为背景指定了渐变颜色,则该值将为第一个使用的颜色。

Alpha 值控制颜色的不透明度。 如果将此颜色设置为 "透明"-也就是说,如果使用的 alpha 值为0,则不会将颜色分配给图例的背景。 因此,背景将是透明的。

适用于