public override string CombineValue() { return($"{Width.CombineValue()}, {Height.CombineValue()}, {X.CombineValue()}, {Y.CombineValue()}"); }