MapBackgroundImage Property |
LightningChart .NET Help
Image object.
Namespace:
Arction.Wpf.Charting.Maps
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic BitmapFrame Image { get; set; }Public Property Image As BitmapFrame
Get
Set
public:
property BitmapFrame^ Image {
BitmapFrame^ get ();
void set (BitmapFrame^ value);
}Property Value
Type:
BitmapFrame
See Also