Hi.
I have replaced the path by a fitting rectangle. The danger of temporal solution is banned.
Replaced in master_bare.xaml the "<Path x:Name="Shape_57_copy_7" .... Control with the xaml above and all is looking as I want it. Don't know if it is the "right" way to do but the result is OK to me.
Next is to implement "BackgroundManager" plugin...
I have replaced the path by a fitting rectangle. The danger of temporal solution is banned.
XML:
<Canvas x:Name="Layer_1" Width="1920" Height="1080" Canvas.Left="0" Canvas.Top="0">
<Rectangle x:Name="Rectangle" Width="1920" Height="50" Canvas.Left="0" Canvas.Top="1032" Stretch="Fill" Fill="{ThemeResource FooterShapeFillColor}" Opacity="0.500"/>
</Canvas>
Replaced in master_bare.xaml the "<Path x:Name="Shape_57_copy_7" .... Control with the xaml above and all is looking as I want it. Don't know if it is the "right" way to do but the result is OK to me.
Next is to implement "BackgroundManager" plugin...