Home > other >  WPF problem, could you tell me how to implement the mouse in the picture to add dynamic shadows
WPF problem, could you tell me how to implement the mouse in the picture to add dynamic shadows

Time:04-09

Code is as follows, to achieve the mouse, shadows become more, but have no effect, under the great god, please give directions!


XMLNS="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
XMLNS: x="http://schemas.microsoft.com/winfx/2006/xaml"
XMLNS: d="http://schemas.microsoft.com/expression/blend/2008"
XMLNS: MC="http://schemas.openxmlformats.org/markup-compatibility/2006"
XMLNS: local="CLR namespace: WpfApp3"
MC: Ignorable="d"
Title="MainWindow" Height="450" Width="800" & gt;


<style: x Key="ABC" TargetType="{x: Type Image}" & gt;

<style. Triggers>







</style>







  • Related