Class Resource
Resource DataContract class.
Inheritance
System.Object
Resource
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Resource : Object
Constructors
Resource()
Declaration
public Resource()
Properties
BoundingBox
Gets or sets the BoundingBox.
Declaration
public double[] BoundingBox { get; set; }
Property Value
System.Double[]
|
Type
Gets or sets the Type.
Declaration
public string Type { get; set; }
Property Value
System.String
|