StripLine.BackImageTransparentColor Właściwość

Definicja

Pobiera lub ustawia kolor obrazu tła linii paska, który zostanie zaimplementowany jako przezroczysty.

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

Wartość właściwości

Color Wartość, która będzie wyświetlana jako przezroczysta.

Atrybuty

Uwagi

Ta właściwość nie ma zastosowania, jeśli StripWidth właściwość jest ustawiona na wartość 0,0.

Dotyczy