public string GetStyle() { return($"bottom: {CssHelper.ToPercent(this.y)};" + $"left: {CssHelper.ToPercent(this.leftX)};" + $"width: {CssHelper.ToPercent(this.rightX - this.leftX)}"); }
public string GetStyle() { return($"left: {CssHelper.ToPercent(this.x)};" + $"bottom: {CssHelper.ToPercent(this.bottomY)};" + $"height: {CssHelper.ToPercent(this.topY - this.bottomY)};"); }
public string GetStyle() { return($"left: {CssHelper.ToPercent(this.x)};" + $"bottom: {CssHelper.ToPercent(this.y)}"); }