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、red、green、blue 值)。

此物業與物業 BorderColor 相似,唯一差別在於 BorderColor 該物業在設計時無法從物業視窗中取得。

適用於