示例#1
0
 public object Clone()
 {
     return(new TextShadow((Color)Color?.Clone(), Offset, BlurRadius));
 }