Face.Right Property

Definition

Gets or sets the right coordinate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to