CoreTextFormatUpdatingReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify the set of state applied during text composition.
public enum class CoreTextFormatUpdatingReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CoreTextFormatUpdatingReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CoreTextFormatUpdatingReason
var value = Windows.UI.Text.Core.CoreTextFormatUpdatingReason.none
Public Enum CoreTextFormatUpdatingReason
- Inheritance
-
CoreTextFormatUpdatingReason
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | The reason for the format updating is unknown. |
CompositionUnconverted | 1 | The text is an unconverted composition string. |
CompositionConverted | 2 | The text is a converted composition string. |
CompositionTargetUnconverted | 3 | The user has made a selection in the composition string and the text has been converted. |
CompositionTargetConverted | 4 | The user made a selection in the composition string, but the text has not yet been converted. |