internal SLUpBars Clone()
        {
            SLUpBars ub = new SLUpBars(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

            ub.ShapeProperties = this.ShapeProperties.Clone();

            return(ub);
        }
Пример #2
0
        internal SLUpBars Clone()
        {
            SLUpBars ub = new SLUpBars(this.ShapeProperties.listThemeColors);

            ub.ShapeProperties = this.ShapeProperties.Clone();

            return(ub);
        }