Edit

Share via


AdaptiveText.HintMaxLines Property

Definition

Gets or sets the maximum number of lines the text element is allowed to display. For Tiles, this is infinity by default. For Toasts, top-level text elements will have varying max line amounts (and in the Anniversary Update you can change the max lines). Text on a Toast inside an AdaptiveSubgroup will behave identically to Tiles (default to infinity).

public int? HintMaxLines { get; set; }
member this.HintMaxLines : Nullable<int> with get, set
Public Property HintMaxLines As Nullable(Of Integer)

Property Value

Applies to