TextRun.Strikethrough Property

Definition

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

Property Value

Attributes

Applies to