<PackageReference Include="Relativity.OutsideIn" Version="2021.5.0" />
Margins
public long Bottom {
get;
set; }
public long Left {
get;
set; }
public long Right {
get;
set; }
public long Top {
get;
set; }
public Margins(
long top,
long bottom,
long left,
long right)