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 5a2ac23 commit 0d87c18Copy full SHA for 0d87c18
labs/SettingsControls/samples/SettingsControls.Samples/SettingsExpanderItemsSourceSample.xaml
@@ -26,7 +26,8 @@
26
</labs:SettingsExpander.ItemTemplate>
27
<labs:SettingsExpander.ItemsHeader>
28
<muxc:InfoBar Title="This is the ItemsHeader"
29
- CornerRadius="0,0,4,4"
+ BorderThickness="0"
30
+ CornerRadius="0"
31
IsIconVisible="False"
32
IsOpen="True"
33
Severity="Success">
@@ -37,6 +38,7 @@
37
38
</labs:SettingsExpander.ItemsHeader>
39
<labs:SettingsExpander.ItemsFooter>
40
<muxc:InfoBar Title="This is the ItemsFooter"
41
42
CornerRadius="0,0,4,4"
43
44
0 commit comments