Esempio n. 1
0
 public bool IsDefault()
 {
     return(Color.IsEmpty() &&
            GradientColor.IsEmpty() &&
            GradientRotation.IsDefault() &&
            Image.IsEmpty());
 }
Esempio n. 2
0
 public bool ShouldSerializeGradientRotation() => !GradientRotation.IsDefault();