Share via


Face.Left Property

Definition

Gets or sets the left coordinate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to