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 96e1265 commit b491460Copy full SHA for b491460
knowledge-base/gradient-header-tabview-dotnet-maui.md
@@ -29,7 +29,7 @@ To achieve a gradient effect for the entire TabView header and apply transparenc
29
30
1. Define a `LinearGradientBrush` resource for the gradient effect.
31
2. Create a `ControlTemplate` for the header and use the gradient brush in its background property.
32
-3. Set transparency for header item background and border properties using the `HeaderItemStyle`.
+3. Set transparency for the header item background and border properties using the `HeaderItemStyle`.
33
34
```xaml
35
<ContentPage.Resources>
0 commit comments