-
Notifications
You must be signed in to change notification settings - Fork 7
Status
Javier Suárez Ruiz edited this page Jul 10, 2017
·
2 revisions
The ActivityIndicator control gives a visual clue to the user that something is happening, without information about its progress.
Property | Status |
---|---|
BackgroundColor | Done |
IsRunning | Done |
Color | Done |
The UIActionSheet is a common UI element in iOS. The Xamarin.Forms DisplayActionSheet method lets you include this control in cross-platforms apps, rendering native alternatives.
Property | Status |
---|---|
Title | Done |
Cancel | Done |
Extras | Done |
Destruction | Done |
BoxView is a useful stand-in for images or custom elements when doing initial prototyping.
Property | Status |
---|---|
BackgroundColor | Done |
Color | Done |
A button View that reacts to touch events.
Property | Status |
---|---|
BackgroundColor | Done |
IsEnabled | Done |
Command | Done |
CommandParameter | Done |
ContentLayout | Done |
Text | Done |
TextColor | Done |
Font | Done |
FontFamily | Done |
FontAttributes | Done |
BorderWidth | Done |
BorderColor | Done |
BorderRadius | Pending |
Image | Done |
Clicked | Done |
Pressed | Done |
Released | Done |
Xamarin.Forms GTK Backend