Skip to content

Commit a02cd4d

Browse files
committed
Interpolation fix for AcrylicBrushPage
1 parent 71af343 commit a02cd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/AcrylicPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private void UpdateExampleCode()
123123
</Grid>
124124
<ui:AcrylicPanel x:Name=""CustomAcrylicShapeInApp""
125125
Margin=""12"" Target=""{{Binding ElementName=Acrylic3Grid}}""
126-
TintColor=""${CustomAcrylicShapeInApp.TintColor.ToHEX()}"" TintOpacity=""${CustomAcrylicShapeInApp.TintOpacity.ToString()}"" />
126+
TintColor=""{CustomAcrylicShapeInApp.TintColor.ToHEX()}"" TintOpacity=""{CustomAcrylicShapeInApp.TintOpacity.ToString()}"" />
127127
</Grid>
128128
";
129129

0 commit comments

Comments
 (0)