Click or drag to resize

MapBackground Class

LightningChart .NET Help
Map background.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.MapsMapBackground

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class MapBackground : ChartNode

The MapBackground type exposes the following members.

Constructors
 NameDescription
Public methodMapBackground Constructor.
Public methodMapBackground(Map) Constructor.
Top
Properties
 NameDescription
Public propertyImage Gets or sets image object. This is a dependency property.
Public propertyImageAlpha Gets or sets image alpha. 0 is transparent, 255 fully visible. This is a dependency property.
Public propertyLatitudeMax Gets or sets max latitude. This is a dependency property.
Public propertyLatitudeMin Gets or sets min latitude. This is a dependency property.
Public propertyLongitudeMax Gets or sets max longitude. This is a dependency property.
Public propertyLongitudeMin Gets or sets min longitude. This is a dependency property.
Public propertyVisible Gets or sets if background is visible. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberImageAlphaProperty Identifies the ImageAlpha dependency property.
Public fieldStatic memberImageProperty Identifies the Image dependency property.
Public fieldStatic memberLatitudeMaxProperty Identifies the LatitudeMax dependency property.
Public fieldStatic memberLatitudeMinProperty Identifies the LatitudeMin dependency property.
Public fieldStatic memberLongitudeMaxProperty Identifies the LongitudeMax dependency property.
Public fieldStatic memberLongitudeMinProperty Identifies the LongitudeMin dependency property.
Public fieldStatic memberVisibleProperty Identifies the Visible dependency property.
Top
See Also