TextRun.IsSubtle Property

Definition

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

Property Value

Attributes

Applies to