EditorInfo.StylusHandwritingEnabled 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.
Returns true when an Editor has stylus handwriting enabled. -or- Set true if the Editor has
InputMethodManager#startStylusHandwriting stylus handwriting enabled.
public virtual bool StylusHandwritingEnabled { [Android.Runtime.Register("isStylusHandwritingEnabled", "()Z", "GetIsStylusHandwritingEnabledHandler", ApiSince=35)] get; [Android.Runtime.Register("setStylusHandwritingEnabled", "(Z)V", "GetSetStylusHandwritingEnabled_ZHandler", ApiSince=35)] set; }
[<get: Android.Runtime.Register("isStylusHandwritingEnabled", "()Z", "GetIsStylusHandwritingEnabledHandler", ApiSince=35)>]
[<set: Android.Runtime.Register("setStylusHandwritingEnabled", "(Z)V", "GetSetStylusHandwritingEnabled_ZHandler", ApiSince=35)>]
member this.StylusHandwritingEnabled : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns true when an Editor has stylus handwriting enabled. false by default.
Java documentation for android.view.inputmethod.EditorInfo.isStylusHandwritingEnabled().
Property setter documentation:
Set true if the Editor has InputMethodManager#startStylusHandwriting stylus handwriting enabled. false by default, Editor must set it true to indicate that it supports stylus handwriting.
Java documentation for android.view.inputmethod.EditorInfo.setStylusHandwritingEnabled(boolean).
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.