CoreTextFormatUpdatingEventArgs.UnderlineColor Property

Definition

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

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

Property Value

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

Applies to