Resource.Attribute.SingleLine 字段

定义

注意

deprecated

将文本限制为单个水平滚动行,而不是让它环绕到多行,并在按下 Enter 键时推进焦点,而不是插入换行符。

[Android.Runtime.Register("singleLine")]
[System.Obsolete("deprecated")]
public const int SingleLine = 16843101;
[<Android.Runtime.Register("singleLine")>]
[<System.Obsolete("deprecated")>]
val mutable SingleLine : int

字段值

Value = 16843101
属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于