Пример #1
0
 private void SetAllNull()
 {
     this.Glow       = new SLGlow(this.listThemeColors);
     this.Shadow     = new SLShadowEffect(this.listThemeColors);
     this.Reflection = new SLReflection();
     this.SoftEdge   = new SLSoftEdge();
 }
Пример #2
0
        internal SLSoftEdge Clone()
        {
            SLSoftEdge se = new SLSoftEdge();

            se.HasSoftEdge = this.HasSoftEdge;
            se.decRadius   = this.decRadius;

            return(se);
        }