Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.FragmentModel

FragmentModel.TextColor Property

Get or set the color of the text and decoration, see remarks

csharp
public TallComponents.UnoPdf.Client.Models.Pdf.RgbColorModel TextColor { get; set; }

Property Value

RgbColorModel

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