Live Chat Icon For mobile
Live Chat Icon

Can I override the default categories for platform controls in XAML as well ?

Platform: WPF| Category: Globalization Struc

It can be done with the following piece of code.

[XAML]

<TextBlock x:Uid='TextBlock_2'>
<TextBlock.ToolTip>
<TextBlock
x:Uid='TextBlock_3'
Localization.Attributes=
'$Content(ToolTip Readable Unmodifiable)'>
Microsoft Corporation
</TextBlock>
</TextBlock.ToolTip>
Windows Vista
</TextBlock>

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.