You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
When applying CornerRadius value to the TokenizingTextBox, the value is not applied.
Steps to Reproduce
Add a CornerRadius value to to the control:
<controls:TokenizingTextBox CornerRadius="5"/>
Observe ConerRadius is not applied.
Expected behavior
The CornerRadius is applied
Environment
Microsoft.Toolkit.Uwp.UI.Controls 6.1.0
Windows 10 Build Number:
May 2020 Update (2020)
Device form factor:
Desktop
Visual Studio
2019 (version: 16.6.2)
Solution
Add a TemplateBinding for CornerRadius to the BackgroundVisual Border in the ControlTemplate.
Result:
If this is approved, I will open a PR with the solution. I would also like to add TemplateBindings for the other Border-based properties as well (BorderThickness, etc)