public override ILayer Clone()
        {
            TextFrameLayer layer = new TextFrameLayer();

            TextLayer.FontCopyWith(this, layer);
            LayerBase.CopyWith(this, layer);
            return(layer);
        }