Specifies the color of a background rectangle to place under text annotations.
Наследование: IDrawable
 public void Test_Constructor_Color()
 {
   DrawableTextUnderColor textUnderColor = new DrawableTextUnderColor(Color.Violet);
   ColorAssert.AreEqual(MagickColors.Violet, textUnderColor.Color);
 }