namespace ScreenConnect; public struct CoreEdgeInsets { public int Top { get; set; } public int Bottom { get; set; } public int Leading { get; set; } public int Trailing { get; set; } }