Exemplo n.º 1
0
 public FormatRange(TextRange Bounds, Color WaveColor)
 {
     this.WaveColor      = WaveColor;
     this.Bounds         = Bounds;
     this.Bounds.Change += new EventHandler(this.BoundsChanged);
 }