Face.Right プロパティ

定義

右座標を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象