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 52b71ec commit 18bdec5Copy full SHA for 18bdec5
MAUI/SunburstChart/DrillDown.md
@@ -137,11 +137,11 @@ sunburst.EnableDrillDown = true;
137
SunburstToolbarSettings toolbarSettings = new SunburstToolbarSettings()
138
{
139
IconBrush = Colors.White,
140
- ackground = new SolidColorBrush(Color.FromArgb("#2989F9")),
+ Background = new SolidColorBrush(Color.FromArgb("#2989F9")),
141
};
142
sunburst.ToolbarSettings = toolbarSettings;
143
this.Content = sunburst;
144
145
{% endhighlight %}
146
147
-{% endtabs %}
+{% endtabs %}
0 commit comments