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