Share via


CoreTextFormatUpdatingEventArgs.TextColor Property

Definition

Gets a value that represents the text color to be applied to the text range. The text input server populates this property before raising the event.

public:
 property IReference<UIElementType> ^ TextColor { IReference<UIElementType> ^ get(); };
IReference<UIElementType> TextColor();
public System.Nullable<UIElementType> TextColor { get; }
var iReference = coreTextFormatUpdatingEventArgs.textColor;
Public ReadOnly Property TextColor As Nullable(Of UIElementType)

Property Value

A value that represents the text color to be applied to the text range.

Applies to