robinmanuelthiel / flexbutton

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

Update FlexButton.xaml.cs #76

Closed ludocornut closed 5 years ago

ludocornut commented 5 years ago

Adding IconOrientation.Top to set icon on top of text.

ludocornut commented 5 years ago

I forget to commit IconOrientation.cs : public enum IconOrientation { Top, Left, Right }

robinmanuelthiel commented 5 years ago

Nice addition, I like it! Thank you very much!

RomanPoschl commented 4 years ago

Hello, is this change on nugget repo? When I try t set IconOrientation=Top in xaml it doesn't position icon on top.

robinmanuelthiel commented 4 years ago

Should be in v0.11.0 https://github.com/robinmanuelthiel/flexbutton/releases/tag/v0.11.0 Please file an issue, if it doesn't work!