Class SafeAreaInsets
SafeAreaInsets
public sealed class SafeAreaInsets
- Inheritance
-
SafeAreaInsets
- Inherited Members
Properties
Bottom
bottom
[JsonPropertyName("bottom")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Bottom { get; set; }
Property Value
- long?
BottomMax
bottomMax
[JsonPropertyName("bottomMax")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BottomMax { get; set; }
Property Value
- long?
Left
left
[JsonPropertyName("left")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Left { get; set; }
Property Value
- long?
LeftMax
leftMax
[JsonPropertyName("leftMax")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? LeftMax { get; set; }
Property Value
- long?
Right
right
[JsonPropertyName("right")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Right { get; set; }
Property Value
- long?
RightMax
rightMax
[JsonPropertyName("rightMax")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? RightMax { get; set; }
Property Value
- long?
Top
top
[JsonPropertyName("top")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Top { get; set; }
Property Value
- long?
TopMax
topMax
[JsonPropertyName("topMax")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? TopMax { get; set; }
Property Value
- long?