Skip to content

Commit 18bdec5

Browse files
Update DrillDown.md
1 parent 52b71ec commit 18bdec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/SunburstChart/DrillDown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ sunburst.EnableDrillDown = true;
137137
SunburstToolbarSettings toolbarSettings = new SunburstToolbarSettings()
138138
{
139139
IconBrush = Colors.White,
140-
ackground = new SolidColorBrush(Color.FromArgb("#2989F9")),
140+
Background = new SolidColorBrush(Color.FromArgb("#2989F9")),
141141
};
142142
sunburst.ToolbarSettings = toolbarSettings;
143143
this.Content = sunburst;
144144

145145
{% endhighlight %}
146146

147-
{% endtabs %}
147+
{% endtabs %}

0 commit comments

Comments
 (0)