internal SLGlow Clone() { SLGlow g = new SLGlow(this.GlowColor.listThemeColors); g.HasGlow = this.HasGlow; g.decRadius = this.decRadius; g.GlowColor = this.GlowColor.Clone(); return(g); }
internal SLGlow Clone() { SLGlow g = new SLGlow(this.GlowColor.listThemeColors); g.HasGlow = this.HasGlow; g.decRadius = this.decRadius; g.GlowColor = this.GlowColor.Clone(); return g; }