Udostępnij za pośrednictwem


Chart.BorderlineColor Właściwość

Definicja

Pobiera lub ustawia kolor całego obramowania obrazu wykresu.

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

Wartość właściwości

Element Color reprezentujący kolor całego obramowania obrazu wykresu. Domyślna wartość to Empty.

Atrybuty

Uwagi

Tę właściwość można ustawić na dowolną prawidłową wartość ARGB (alfa, czerwony, zielony, niebieski).

Ta właściwość jest podobna do BorderColor właściwości, a jedyną różnicą jest to, że BorderColor właściwość nie jest dostępna w oknie właściwości w czasie projektowania.

Dotyczy