Edit

Share via


AdaptiveText.HintWrap Property

Definition

Gets or sets a value whether text wrapping is enabled. For Tiles, this is false by default. For Toasts, this is true on top-level text elements, and false inside an AdaptiveSubgroup. Note that for Toast, setting wrap will only take effect if the text is inside an AdaptiveSubgroup (you can use HintMaxLines = 1 to prevent top-level text elements from wrapping).

public bool? HintWrap { get; set; }
member this.HintWrap : Nullable<bool> with get, set
Public Property HintWrap As Nullable(Of Boolean)

Property Value

Applies to