StripLine.BorderColor Właściwość

Definicja

Pobiera lub ustawia kolor obramowania linii paska.

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

Wartość właściwości

Wartość Color . Domyślnym kolorem jest Empty.

Atrybuty

Uwagi

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

StripWidth Jeśli właściwość StripLine obiektu jest ustawiona na wartość 0.0, zostanie narysowana linia, a nie ta właściwość, a nie BackColor ustawienie właściwości, które określi kolor linii.

Dotyczy