TextCompositionEventArgs.Text Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the text string that of the text composition.

Namespace:  System.Windows.Input
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public ReadOnly Property Text As String
public string Text { get; }

Property Value

Type: System..::.String
The text string of the text composition.

Remarks

This property's value can be String..::.Empty, particularly if text composition is still ongoing as part of the operation of an input method editor (IME).

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

TextCompositionEventArgs Class

System.Windows.Input Namespace