Declaration
public Face (Nullable<int> bottom = null, Nullable<int> left = null, Nullable<int> right = null, Nullable<int> top = null);
Parameters
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Bottom")]
public Nullable<int> Bottom { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Left")]
public Nullable<int> Left { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Right")]
public Nullable<int> Right { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Top")]
public Nullable<int> Top { get; set; }
Property Value