<input:AdvancedEntry
Grid.Row="5"
Grid.Column="1"
TextFontSize="15"
CornerRadius="5"
HorizontalOptions="FillAndExpand"
AnnotationColor="{StaticResource HighlightedTextColor}"
TextColor="{StaticResource ItemPrimaryTextColor}"
FontFamily="{StaticResource SGSFontRegular}"
BorderColor="{StaticResource BorderColor}"
Text="{Binding DataMeasureModel.Width}"
/>
能够显示这个Width,但是输入后,没办法获取到这个值
相关问题
- Xamarin. The name 'authorEntry does not exist
- Store data and global variables using the Applicat
- Is it possible to use NSUbiquitousKeyValueStore wi
- Detection of swiping on a normal Android Activity
- c# Xamarin UITextField setting the cursor position
相关文章
- Xamarin form MessagingCenter Unsubscribe is not wo
- Reload data on tab selected in a fragment using vi
- The type initializer for 'SQLite.SQLiteConnect
- What to use for AttributeName in Xamarin Mac
- Start an Activity from another Activity on Xamarin
- Xamarin build error: defining a default interface
- Xamarin Android Player Error when attempting to fi
- How to change the Back Button Text on Xamarin.Form
DataMeasureModel.Width 的width属性实现了Inotifypropertychanged这个接口了吗