Hi,
Is it possible to bind to a buttons background color?
I have tried this. But wit no success.
var b = new Button
{
HeightRequest = 5,
Text = item.Title,
Font = Font.SystemFontOfSize(20, FontAttributes.Bold),
HorizontalOptions = LayoutOptions.Start,
};
b.SetBinding(Button.BackgroundColorProperty, "StatusColor");
is it possible to bind the background color. And the text color of the button?