Title.BackImageTransparentColor 属性

定义

获取或设置在绘制背景图像时,将绘制为透明色的颜色。Gets or sets a color that will be drawn as transparent 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))]
[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

属性值

Color

一个 Color 值,表示绘制背景图像时,它将绘制为透明色。A Color value that will be drawn as transparent when the background image is drawn. 默认值是 EmptyThe default value is Empty.

属性

注解

呈现图表时,此颜色将显示为透明。This color will be displayed as transparent when the chart is rendered.

适用于