Share via


CoreTextFormatUpdatingEventArgs.UnderlineType Property

Definition

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

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

Property Value

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

Applies to