예제 #1
0
        internal SLDropLines Clone()
        {
            SLDropLines dl = new SLDropLines(this.ShapeProperties.listThemeColors);

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

            return(dl);
        }
예제 #2
0
        internal SLDropLines Clone()
        {
            SLDropLines dl = new SLDropLines(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

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

            return(dl);
        }
예제 #3
0
        internal SLDropLines Clone()
        {
            SLDropLines dl = new SLDropLines(this.ShapeProperties.listThemeColors);
            dl.ShapeProperties = this.ShapeProperties.Clone();

            return dl;
        }