Exemple #1
0
 public override string ToString()
 {
     return(string.Format(CultureInfo.InvariantCulture, "{0}: Style={1}, Color={2}, Width={3}, Brush={4}",
                          GetType().Name,
                          _style,
                          _color,
                          _width,
                          _wndBrush != null ? _wndBrush.ToString() : "null"));
 }