Answers for "xaml bold text"

0

xaml bold text

<TextBlock.Inlines>
    <Run FontWeight="Bold" FontSize="14" Text="This is WPF TextBlock Example. " />
    <Run FontStyle="Italic" Foreground="Red" Text="This is red text. " />
</TextBlock.Inlines>
Posted by: Guest on October-19-2020

Browse Popular Code Answers by Language