Struct EdgeInsets
Camera edge insets in logical pixels.
public readonly record struct EdgeInsets : IEquatable<EdgeInsets>
- Implements
- Inherited Members
Constructors
EdgeInsets(double, double, double, double)
Camera edge insets in logical pixels.
public EdgeInsets(double Top, double Left, double Bottom, double Right)
Parameters
Properties
Bottom
public double Bottom { get; init; }
Property Value
Left
public double Left { get; init; }
Property Value
Right
public double Right { get; init; }
Property Value
Top
public double Top { get; init; }