Share via


CoreTextFormatUpdatingReason Enum

Definition

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

CompositionConverted 2

The text is a converted composition string.

CompositionTargetConverted 4

The user made a selection in the composition string, but the text has not yet been converted.

CompositionTargetUnconverted 3

The user has made a selection in the composition string and the text has been converted.

CompositionUnconverted 1

The text is an unconverted composition string.

None 0

The reason for the format updating is unknown.

Applies to