Skip to content
Javier Suárez Ruiz edited this page Jul 10, 2017 · 2 revisions

Status

ActivityIndicator

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

ActionSheets

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

BoxView is a useful stand-in for images or custom elements when doing initial prototyping.

Property Status
BackgroundColor Done
Color Done

Button

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
Clone this wiki locally