コード例 #1
0
        internal SLMinorGridlines Clone()
        {
            SLMinorGridlines mgl = new SLMinorGridlines(this.ShapeProperties.listThemeColors);
            mgl.ShapeProperties = this.ShapeProperties.Clone();

            return mgl;
        }
        internal SLMinorGridlines Clone()
        {
            SLMinorGridlines mgl = new SLMinorGridlines(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

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

            return(mgl);
        }
コード例 #3
0
        internal SLMinorGridlines Clone()
        {
            SLMinorGridlines mgl = new SLMinorGridlines(this.ShapeProperties.listThemeColors);

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

            return(mgl);
        }