CoreTextFormatUpdatingEventArgs.BackgroundColor Property

Definition

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

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

Property Value

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

Applies to