PlainText.Underline Property

Gets or sets a value that indicates whether the text is underlined.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool Underline { get; set; }

Property Value

true if the text is underlined; otherwise, false. The default value is false.

See Also

Reference