Share via


Chart.BorderlineColor 屬性

定義

取得或設定整個圖表影像框線色彩。

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

屬性值

Color,表示整個圖表影像框線的色彩。 預設值是 Empty

屬性

備註

您可以將此屬性設定為任何有效的 ARGB 值, (Alpha、紅色、綠色、藍色值) 。

此屬性與 BorderColor 屬性類似,唯一的差異在於 BorderColor 屬性在設計階段無法從 [屬性視窗] 取得。

適用於