public void SetMargin(Margin margin) { InnerRectangle = InnerRectangle.ApplyMargins(margin); Empty = Empty.ApplyMargins(margin); }