File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
dev/DevWinUI.Controls/Themes Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ Themes\Styles\Controls\TransitioningContentControl.xaml
111111Themes\Styles\Controls\Validation.xaml
112112Themes\Styles\Controls\WanderingParticles.xaml
113113Themes\Styles\Controls\WaveProgressBar.xaml
114+ Themes\Styles\Win2D\BlendedImage.xaml
114115Themes\Styles\Win2D\BubbleButton.xaml
115116Themes\Styles\Win2D\BubbleProgressButton.xaml
116117Themes\Styles\Win2D\BubbleView.xaml
@@ -3384,6 +3385,15 @@ Themes\Styles\Win2D\Watermark.xaml
33843385 </Setter.Value>
33853386 </Setter>
33863387 </Style>
3388+ <Style x:Key="DefaultBlendedImageStyle" TargetType="local:BlendedImage">
3389+ <Setter Property="Template">
3390+ <Setter.Value>
3391+ <ControlTemplate TargetType="local:BlendedImage">
3392+ <Grid x:Name="PART_ImageGrid" />
3393+ </ControlTemplate>
3394+ </Setter.Value>
3395+ </Setter>
3396+ </Style>
33873397 <ControlTemplate x:Key="CompletedTemplate" TargetType="ContentControl">
33883398 <Grid x:Name="CompletedElement" Margin="-2">
33893399 <Ellipse x:Name="CompletedRectangle" Fill="{ThemeResource ProgressCompletedBackgroundBrush}">
@@ -11136,6 +11146,7 @@ Themes\Styles\Win2D\Watermark.xaml
1113611146 </Setter.Value>
1113711147 </Setter>
1113811148 </Style>
11149+ <Style TargetType="local:BlendedImage" BasedOn="{StaticResource DefaultBlendedImageStyle}" />
1113911150 <Style x:Key="DefaultBubbleButtonStyle" TargetType="local:BubbleButton" BasedOn="{StaticResource DefaultButtonStyle}">
1114011151 <Setter Property="BubbleForeground" Value="{ThemeResource ButtonBackground}" />
1114111152 <Setter Property="Template">
You can’t perform that action at this time.
0 commit comments