FaceRectangle.Height Property

Definition

Gets or sets the height of the rectangle, in pixels.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to