Chart.BorderlineColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定整個圖表影像邊框的顏色。
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
屬性值
- 屬性
備註
你可以將此屬性設定為任何有效的 ARGB 值(alpha、red、green、blue 值)。
此物業與物業 BorderColor 相似,唯一差別在於 BorderColor 該物業在設計時無法從物業視窗中取得。