XAML Standard (Preview) Controls
How to get started exploring the XAML Standard Preview in Xamarin.Forms
- PDF for offline use
- Related Links:
Let us know how you feel about this
Translation Quality
0/250
last updated: 2017-11

This page lists the XAML Standard controls available in the Preview, alongside their equivalent Xamarin.Forms control.
There is also a list of controls that have new property and enumeration names in XAML Standard.
Controls
| Xamarin.Forms | XAML Standard |
|---|---|
| Frame | Border |
| Picker | ComboBox |
| ActivityIndicator | ProgressRing |
| StackLayout | StackPanel |
| Label | TextBlock |
| Entry | TextBox |
| Switch | ToggleSwitch |
| ContentView | UserControl |
Properties and Enumerations
| Xamarin.Forms Controls with updated properties | Xamarin.Forms Property or Enum | XAML Standard Equivalent |
|---|---|---|
| Button, Entry, Label, DatePicker, Editor, SearchBar, TimePicker | TextColor | Foreground |
| VisualElement | BackgroundColor | Background * |
| Picker, Button | BorderColor, OutlineColor | BorderBrush |
| Button | BorderWidth | BorderThickness |
| ProgressBar | Progress | Value |
| Button, Entry, Label, Editor, SearchBar, Span, Font | FontAttributes Bold, Italic, None | FontStyle Italic, Normal |
| Button, Entry, Label, Editor, SearchBar, Span, Font | FontAttributes | FontWeights * Bold, Normal |
| InputView | Keyboard Default, Url, Number, Telephone, Text, Chat, Email | InputScopeNameValue * Default, Url, Number, TelephoneNumber, Text, Chat, EmailNameOrAddress |
| StackPanel | StackOrientation | Orientation * |
⚠️Items marked with * are incomplete in the current preview
Let us know how you feel about this
Translation Quality
0/250
Xamarin Workbook
If it's not already installed, install the Xamarin Workbooks app first. The workbook file should download automatically, but if it doesn't, just click to start the workbook download manually.

