Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 509 Bytes

itextrange_collapse_837777513.md

File metadata and controls

23 lines (16 loc) · 509 Bytes
-api-id -api-type
M:Microsoft.UI.Text.ITextRange.Collapse(System.Boolean)
winrt method

Microsoft.UI.Text.ITextRange.Collapse

-description

Collapses the text range into a degenerate point at either the beginning or end of the range.

-parameters

-param value

True collapses at the start of the text range, and false collapses at the end of the range. The default value is true.

-remarks

-examples

-see-also