Exemplo n.º 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();
 }
Exemplo n.º 2
0
        internal SLSoftEdge Clone()
        {
            SLSoftEdge se = new SLSoftEdge();
            se.HasSoftEdge = this.HasSoftEdge;
            se.decRadius = this.decRadius;

            return se;
        }
Exemplo n.º 3
0
        internal SLSoftEdge Clone()
        {
            SLSoftEdge se = new SLSoftEdge();

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

            return(se);
        }
Exemplo n.º 4
0
 private void SetAllNull()
 {
     this.Glow = new SLGlow(this.listThemeColors);
     this.Shadow = new SLShadowEffect(this.listThemeColors);
     this.SoftEdge = new SLSoftEdge();
 }