MapBackgroundImageAlpha Property |
LightningChart .NET Help
Image alpha. 0 is transparent, 255 fully visible (opaque).
Namespace:
Arction.WinForms.Charting.Maps
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(255)]
public int ImageAlpha { get; set; }<DefaultValueAttribute(255)>
Public Property ImageAlpha As Integer
Get
Set
public:
[DefaultValueAttribute(255)]
property int ImageAlpha {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also