Share via


Face.Top Property

Definition

Gets or sets the top coordinate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to