Coordinate.Y Property

Definition

Gets or sets the vertical component, in pixels.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to