Class Pixel
Pixel DataContract class.
Inheritance
System.Object
Pixel
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Pixel : Object
Constructors
Pixel()
Declaration
public Pixel()
Properties
X
Gets or sets the X.
Declaration
public string X { get; set; }
Property Value
System.String
|
Y
Gets or sets the Y.
Declaration
public string Y { get; set; }
Property Value
System.String
|