Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 616 Bytes

File metadata and controls

31 lines (22 loc) · 616 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Documents.Bold
winrt class

Microsoft.UI.Xaml.Documents.Bold

-description

Provides an inline-level content element that causes content to render with a bold font weight.

-xaml-syntax

<Bold>text</Bold>

-remarks

-examples

<TextBlock>Text can be <Bold>bold</Bold>, <Underline>underlined</Underline>,
    <Italic>italic</Italic>, or a <Bold><Italic>combination</Italic></Bold>.</TextBlock>

-see-also

Span