Ejemplo n.º 1
0
 private static Thickness Negate(Thickness value)
 {
     return(value.Negate());
 }