The title says it all. My code can be seen below.
Button mybtt = new Button
{
BorderColor = Color.Black,
BackgroundColor = Color.Transparent,
IsEnabled = true,
BorderWidth = 1,
BorderRadius = 0,
};
Can someone confirm the issue? There is a way around this problem?