TextRun.Underline Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("underline")]
public bool? Underline { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("underline")>]
member this.Underline : Nullable<bool> with get, set
Public Property Underline As Nullable(Of Boolean)

Property Value

Attributes

Applies to