TextBlock.Wrap Property

Definition

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

Property Value

Attributes

Applies to