The SplitButton is using a SolidColorBrush as its base background, instead of the LinearGradientBrush used by a standard button.
The standard WPF button uses this as its linear gradient:
#FFF3F3F3,0 #FFEBEBEB,0.5 #FFDDDDDD,0.5 #FFCDCDCD,1
This only affects the view of the button when it's not selected or hovered on.
Your examples show it using the standard WPF button background gradient. How can I get that gradient back?
Thanks!
mike
Comments: ** Comment from web user: emartin **
The standard WPF button uses this as its linear gradient:
#FFF3F3F3,0 #FFEBEBEB,0.5 #FFDDDDDD,0.5 #FFCDCDCD,1
This only affects the view of the button when it's not selected or hovered on.
Your examples show it using the standard WPF button background gradient. How can I get that gradient back?
Thanks!
mike
Comments: ** Comment from web user: emartin **
Fixed in v2.0