Binding lineargradientbrush color with property
- by user1629894
I have a problem with color in gradientstop. I want binding offset color with my property that return color (System.Windows.Media), but not working and return defalt color Transparent. If binding same property with Foreground Label is working. This style is in ResourceDictionary.
<Style TargetType="{x:Type TabControl}">
<Setter…