Class ImageryMetadata
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ImageryMetadata : Resource
Constructors
ImageryMetadata()
Declaration
public ImageryMetadata()
Properties
ImageHeight
Declaration
public string ImageHeight { get; set; }
Property Value
System.
|
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
System.
|
ImageUrlSubdomains
Declaration
public string[] ImageUrlSubdomains { get; set; }
Property Value
System.
|
ImageWidth
Declaration
public string ImageWidth { get; set; }
Property Value
System.
|
VintageEnd
Declaration
public string VintageEnd { get; set; }
Property Value
System.
|
VintageStart
Declaration
public string VintageStart { get; set; }
Property Value
System.
|
ZoomMax
Declaration
public int ZoomMax { get; set; }
Property Value
System.
|
ZoomMin
Declaration
public int ZoomMin { get; set; }
Property Value
System.
|