Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 565 Bytes

itextrange_character.md

File metadata and controls

23 lines (16 loc) · 565 Bytes
-api-id -api-type
P:Microsoft.UI.Text.ITextRange.Character
winrt property

Microsoft.UI.Text.ITextRange.Character

-description

Gets or sets the first character of the text range; that is, the character associated with the StartPosition property.

-property-value

The value of the first character in the text range.

-remarks

When setting this property, the new character overwrites the first character in the text range.

-examples

-see-also