set => SetProperty(ref _width, value);
get => new Size(_width, _height);
get => new Rectangle(_left, _top, _width, _height);