Class SafeAreaInsets
public sealed record SafeAreaInsets : IEquatable<SafeAreaInsets>
- Inheritance
-
SafeAreaInsets
- Implements
- Inherited Members
Constructors
SafeAreaInsets()
public SafeAreaInsets()
Properties
Bottom
Overrides safe-area-inset-bottom.
public long? Bottom { get; init; }
Property Value
- long?
BottomMax
Overrides safe-area-max-inset-bottom.
public long? BottomMax { get; init; }
Property Value
- long?
Left
Overrides safe-area-inset-left.
public long? Left { get; init; }
Property Value
- long?
LeftMax
Overrides safe-area-max-inset-left.
public long? LeftMax { get; init; }
Property Value
- long?
Right
Overrides safe-area-inset-right.
public long? Right { get; init; }
Property Value
- long?
RightMax
Overrides safe-area-max-inset-right.
public long? RightMax { get; init; }
Property Value
- long?
Top
Overrides safe-area-inset-top.
public long? Top { get; init; }
Property Value
- long?
TopMax
Overrides safe-area-max-inset-top.
public long? TopMax { get; init; }
Property Value
- long?