Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.TextShapeModel

TextShapeModel.Underline Property

Get or set if the text shape is rendered with an underline.

csharp
public bool Underline { get; set; }

Property Value

System.Boolean

Remarks

The color of the decoration will be:
If a pen is available: the color of the pen.
If no pen is available, but a SolidBrush is available: the color from this brush.
if no pen and no brush are available: RgbBlack.

See Also