<PackageReference Include="Relativity.OutsideIn" Version="2020.8.1" />
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)