Describe the bug
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:
Device form factor:
Visual Studio
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)
Describe the bug
When applying CornerRadius value to the TokenizingTextBox, the value is not applied.
Steps to Reproduce
Add a CornerRadius value to to the control:
Observe ConerRadius is not applied.
Expected behavior
The CornerRadius is applied
Environment
Microsoft.Toolkit.Uwp.UI.Controls 6.1.0
Windows 10 Build Number:
Device form factor:
Visual Studio
Solution
Add a
TemplateBindingfor CornerRadius to the BackgroundVisualBorderin 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)