robinmanuelthiel / flexbutton

Flexible button control for Xamarin.Forms
MIT License
240 stars 34 forks source link

Transparent Button Background #57

Closed SlyOtis closed 6 years ago

SlyOtis commented 6 years ago

Working in a camera page and is in need of a transparent background on the button.

yuv4ik commented 6 years ago

Did you try setting the BackgroundColor property to Color.Transparent?

robinmanuelthiel commented 6 years ago

That currently only works, when you are not using a border. If you set BackgroundColor="Transparent" and BorderColor="Transparent" (which is the default), there is no button background left.