LanguageFontGroup.UINotificationHeadingFont Property

Definition

Gets a font that is recommended for special UI elements, such as headings in notifications or other app messages, that are displayed at UI  body text size or only slightly larger yet need to be differentiated from UI body text.

public:
 property LanguageFont ^ UINotificationHeadingFont { LanguageFont ^ get(); };
LanguageFont UINotificationHeadingFont();
public LanguageFont UINotificationHeadingFont { get; }
var languageFont = languageFontGroup.uINotificationHeadingFont;
Public ReadOnly Property UINotificationHeadingFont As LanguageFont

Property Value

The recommended LanguageFont.

Remarks

The UINotificationHeadingFont property provides a font recommendation for special UI elements, such as headings in notifications or other app messages, that are displayed at UI body text size or only slightly larger yet need to be differentiated from UI body text.

The font recommended for this usage case may be differentiated from other UI usage cases in font weight, style or stretch values. Those attributes are significant aspects of the font recommendation being provided.

A UINotificationHeadingFont recommendation is available for every supported language or script.

Applies to

See also