Coordinate.X Property

Definition

Gets or sets the horizontal component, in pixels.

[Newtonsoft.Json.JsonProperty(PropertyName="x")]
public double X { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="x")>]
member this.X : double with get, set
Public Property X As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to