internal SLSideWall Clone() { SLSideWall sw = new SLSideWall(this.ShapeProperties.listThemeColors); sw.Thickness = this.Thickness; sw.ShapeProperties = this.ShapeProperties.Clone(); return sw; }
internal SLSideWall Clone() { SLSideWall sw = new SLSideWall(this.ShapeProperties.listThemeColors); sw.Thickness = this.Thickness; sw.ShapeProperties = this.ShapeProperties.Clone(); return(sw); }
internal SLSideWall Clone() { SLSideWall sw = new SLSideWall(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny); sw.Thickness = this.Thickness; sw.ShapeProperties = this.ShapeProperties.Clone(); return(sw); }