Keyboard.Row.RowEdgeFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Edge flags for this row of keys.
[Android.Runtime.Register("rowEdgeFlags")]
public Android.Views.Edge RowEdgeFlags { get; set; }
[<Android.Runtime.Register("rowEdgeFlags")>]
member this.RowEdgeFlags : Android.Views.Edge with get, set
Property Value
- Attributes
Remarks
Edge flags for this row of keys. Possible values that can be assigned are Keyboard#EDGE_TOP EDGE_TOP
and Keyboard#EDGE_BOTTOM EDGE_BOTTOM
Java documentation for android.inputmethodservice.Keyboard.Row.rowEdgeFlags
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.