We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71af343 commit a02cd4dCopy full SHA for a02cd4d
source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/AcrylicPage.xaml.cs
@@ -123,7 +123,7 @@ private void UpdateExampleCode()
123
</Grid>
124
<ui:AcrylicPanel x:Name=""CustomAcrylicShapeInApp""
125
Margin=""12"" Target=""{{Binding ElementName=Acrylic3Grid}}""
126
- TintColor=""${CustomAcrylicShapeInApp.TintColor.ToHEX()}"" TintOpacity=""${CustomAcrylicShapeInApp.TintOpacity.ToString()}"" />
+ TintColor=""{CustomAcrylicShapeInApp.TintColor.ToHEX()}"" TintOpacity=""{CustomAcrylicShapeInApp.TintOpacity.ToString()}"" />
127
128
";
129
0 commit comments