Property TextColor

Namespace TallComponents.PDF.Shapes
Class Fragment

Get or set the color of the text and decoration; see remarks.

This is a derived property, the real storage will be the Brush and Pen. Setting this property will clear the Pen and set the Brush property to a solid brush, with the specified color. When getting this property, this property returns a color when the pen is null and the brush is a solid brush only; otherwise null will be returned.

Syntax

public  Color  TextColor  {  get;  set;  }

Property value

Color