共用方式為


StripLine.BackSecondaryColor 屬性

定義

取得或設定帶狀線背景的次要色彩。

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

屬性值

Color 值,用於具有影線或漸層填滿的次要背景色彩。 預設色彩為 Empty

屬性

備註

此屬性會決定許多圖表物件的次要背景色彩,並在套用漸層色彩時使用。

您可以將背景次要色彩設定為任何有效的 ARGB (Alpha、紅色、綠色、藍色) 值。

如果使用影線,屬性 BackSecondaryColor 會決定影線的色彩。

若要使用圖表元素背景的漸層色彩:

如果屬性設定為 0.0 的值,則 StripWidth 此屬性不適用。

適用於