hi.
this is my code:
<Style x:Key="imageColorStyle" TargetType="Image"><Setter Property="Tag"><Setter.Value><SolidColorBrush Color="Red"/></Setter.Value></Setter><Setter Property="Effect"><Setter.Value><fx:SepiaEffect DesaturationFactor="0" Toned="0" LightColor="{Binding imageColorStyle Tag Binding}}" DarkColor="Black" /></Setter.Value></Setter></Style>
i want to bind SepiaEffect Lightcolor property to Parent StyleTag Property.