Class
Pixel

Pixel DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract(Namespace = "http://schemas.microsoft.com/search/local/ws/rest/v1")]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Pixel

Inheritance: objectPixel

Constructors

Pixel()

Declaration

cs-api-definition
public Pixel()

Properties

X

Gets or sets the X.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "X")]
[DataMember(Name = "x", EmitDefaultValue = false)]
public string X { get; set; }

Property Value

string

Y

Gets or sets the Y.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Y")]
[DataMember(Name = "y", EmitDefaultValue = false)]
public string Y { get; set; }

Property Value

string

In this article
DefinitionConstructorsPixel()PropertiesXY
Not finding the help you need?
Contact Support