CustomLabel.ImageTransparentColor Property
.NET Framework (current version)
Gets or sets a color that will be replaced with a transparent color when a custom label image is drawn.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<BindableAttribute(true)>] [<TypeConverterAttribute(typeof(ColorConverter))>] [<PersistenceModeAttribute(PersistenceMode.Attribute)>] member ImageTransparentColor : Color with get, set
Property Value
Type: System.Drawing.ColorA Color value which is replaced with a transparent color when you draw the image. The default value is Magenta.
.NET Framework
Available since 4.0
Available since 4.0
Show: