Class WorkAreaInsets
WorkAreaInsets
public sealed class WorkAreaInsets- Inheritance
- 
      
      WorkAreaInsets
- Inherited Members
Properties
Bottom
bottom
[JsonPropertyName("bottom")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Bottom { get; set; }Property Value
- long?
Left
left
[JsonPropertyName("left")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Left { get; set; }Property Value
- long?
Right
right
[JsonPropertyName("right")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Right { get; set; }Property Value
- long?
Top
top
[JsonPropertyName("top")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Top { get; set; }Property Value
- long?