Exemplo n.º 1
0
        internal SLDropLines Clone()
        {
            SLDropLines dl = new SLDropLines(this.ShapeProperties.listThemeColors);

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

            return(dl);
        }
Exemplo n.º 2
0
        internal SLDropLines Clone()
        {
            SLDropLines dl = new SLDropLines(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

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

            return(dl);
        }
Exemplo n.º 3
0
        internal SLDropLines Clone()
        {
            SLDropLines dl = new SLDropLines(this.ShapeProperties.listThemeColors);
            dl.ShapeProperties = this.ShapeProperties.Clone();

            return dl;
        }