Example #1
0
        internal SLEffectList Clone()
        {
            SLEffectList el = new SLEffectList(this.listThemeColors);
            el.Glow = this.Glow.Clone();
            el.Shadow = this.Shadow.Clone();
            el.SoftEdge = this.SoftEdge.Clone();

            return el;
        }
Example #2
0
        internal SLEffectList Clone()
        {
            SLEffectList el = new SLEffectList(this.listThemeColors);

            el.Glow       = this.Glow.Clone();
            el.Shadow     = this.Shadow.Clone();
            el.Reflection = this.Reflection.Clone();
            el.SoftEdge   = this.SoftEdge.Clone();

            return(el);
        }