StripLine.BackImageTransparentColor Proprietà

Definizione

Ottiene o imposta il colore dell'immagine di sfondo di una striscia che verrà implementato come trasparente.

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

Valore della proprietà

Color

Valore di Color che verrà visualizzato come trasparente.

Attributi

Commenti

Questa proprietà non è applicabile se StripWidth la proprietà è impostata su un valore pari a 0,0.

Si applica a