Sdílet prostřednictvím


Point2D.X Property

Definition

Gets or sets the x-coordinate of the point.

[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