Révision 12ddf7ef GES_PAC/View/EnterAnimalView.xaml
GES_PAC/View/EnterAnimalView.xaml | ||
---|---|---|
3 | 3 |
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" |
4 | 4 |
xmlns:vm="clr-namespace:GES_PAC.ViewModel" |
5 | 5 |
xmlns:tools="clr-namespace:GES_PAC.View.Tools" |
6 |
xmlns:controls="clr-namespace:GES_PAC.Controls" |
|
6 | 7 |
x:Class="GES_PAC.View.EnterAnimalView" |
7 | 8 |
x:DataType="vm:EnterAnimalViewModel"> |
8 | 9 |
|
... | ... | |
34 | 35 |
<!-- Poids --> |
35 | 36 |
<VerticalStackLayout> |
36 | 37 |
<Label Text="Poids (kg)" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
37 |
<Entry Text="{Binding Poids}" FontSize="16" TextColor="Black" Placeholder="75" Keyboard="Numeric"/>
|
|
38 |
<controls:DoubleEntry Text="{Binding Poids, Mode=OneWayToSource}" Placeholder="75,0"/>
|
|
38 | 39 |
<Label Text="Entrez une valeur" |
39 | 40 |
FontSize="12" |
40 | 41 |
TextColor="Red" |
Formats disponibles : Unified diff