BoundingBoxProperties.Ymax Property

Definition

Gets the y-coordinate of the upper-right corner of the bounding box.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to