Legend.BackColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖例的背景色彩。
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 值,用於繪製圖例的背景色彩。 預設色彩為 White。
- 屬性
備註
您可以將此屬性設定為任何有效的 ARGB (Alpha、紅色、綠色、藍色) 值。
BackColor如果您指定背景的漸層色彩,此值將會是第一個使用的色彩。
Alpha 值控制色彩的不透明度。 如果您將此色彩設定為 [透明]-也就是,如果您使用的是0的 Alpha 值,就不會將色彩指派給圖例的背景。 如此一來,背景就是透明的。