TextComposition::CompositionText Property

 

Gets or sets the composition text for this text composition.

This API is not CLS-compliant.

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

public:
[CLSCompliantAttribute(false)]
property String^ CompositionText {
	String^ get();
	protected: void set(String^ value);
}

Property Value

Type: System::String^

A string containing the composition text for this text composition.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: