Class TextComposition
Represents a composition related to text input which includes the composition text itself.
Inheritance
System.Object
TextComposition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public sealed class TextComposition
Properties
| Improve this Doc View SourceCompositionText
Gets the composition text for this text composition.
Declaration
public string CompositionText { get; }
Property Value
Type | Description |
---|---|
System.String | The composition text for this text composition. |