FaceRectangle.Top Property

Definition

Gets or sets the distance from the top edge if the image to the top edge of the rectangle, in pixels.

[Newtonsoft.Json.JsonProperty(PropertyName="top")]
public int Top { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="top")>]
member this.Top : int with get, set
Public Property Top As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to