File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <Setter Property =" IsTabStop" Value =" False" />
1111 <Setter Property =" CloseButtonStyle" Value =" {StaticResource InfoBarCloseButtonStyle}" />
1212 <Setter Property =" Background" Value =" Transparent" />
13+ <Setter Property =" BorderBrush" Value =" {ThemeResource InfoBarBorderBrush}" />
14+ <Setter Property =" BorderThickness" Value =" {ThemeResource InfoBarBorderThickness}" />
1315 <contract7Present : Setter Property =" AutomationProperties.IsDialog" Value =" True" />
1416 <contract7Present : Setter Property =" CornerRadius" Value =" {ThemeResource ControlCornerRadius}" />
1517 <Setter Property =" Template" >
1820 <Border x : Name =" ContentRoot"
1921 VerticalAlignment =" Top"
2022 Background =" {ThemeResource InfoBarInformationalSeverityBackgroundBrush}"
21- BorderBrush =" {ThemeResource InfoBarBorderBrush }"
22- BorderThickness =" {ThemeResource InfoBarBorderThickness }"
23+ BorderBrush =" {TemplateBinding BorderBrush }"
24+ BorderThickness =" {TemplateBinding BorderThickness }"
2325 contract7Present : CornerRadius =" {TemplateBinding CornerRadius}" >
2426
2527 <VisualStateManager .VisualStateGroups>
You can’t perform that action at this time.
0 commit comments