HandwritingGesture.FallbackText 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.
The fallback text that will be committed at current cursor position if there is no applicable text beneath the area of gesture.
public string? FallbackText { [Android.Runtime.Register("getFallbackText", "()Ljava/lang/String;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getFallbackText", "()Ljava/lang/String;", "", ApiSince=34)>]
member this.FallbackText : string
Property Value
- Attributes
Remarks
The fallback text that will be committed at current cursor position if there is no applicable text beneath the area of gesture. For example, select can fail if gesture is drawn over area that has no text beneath. example 2: join can fail if the gesture is drawn over text but there is no whitespace.
Java documentation for android.view.inputmethod.HandwritingGesture.getFallbackText()
.
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.