StripLine.BackImageTransparentColor Property

Definition

Gets or sets a color which will be replaced with a transparent color when the background image is drawn.

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

Property Value

A Color value that will be displayed as transparent.

Attributes

Remarks

This property is not applicable if the StripWidth property is set to a value of 0.0.

Applies to