View.IsHandwritingDelegate 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 whether this view has been set as a handwriting delegate by #setIsHandwritingDelegate
. -or- Sets this view to be a handwriting delegate.
public virtual bool IsHandwritingDelegate { [Android.Runtime.Register("isHandwritingDelegate", "()Z", "GetIsHandwritingDelegateHandler", ApiSince=34)] get; [Android.Runtime.Register("setIsHandwritingDelegate", "(Z)V", "GetSetIsHandwritingDelegate_ZHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("isHandwritingDelegate", "()Z", "GetIsHandwritingDelegateHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setIsHandwritingDelegate", "(Z)V", "GetSetIsHandwritingDelegate_ZHandler", ApiSince=34)>]
member this.IsHandwritingDelegate : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns whether this view has been set as a handwriting delegate by #setIsHandwritingDelegate
.
Java documentation for android.view.View.isHandwritingDelegate()
.
Property setter documentation:
Sets this view to be a handwriting delegate. If a delegate view creates an input connection while a stylus MotionEvent
sequence from a delegator view is ongoing, handwriting mode will be initiated for the delegate view.
Java documentation for android.view.View.setIsHandwritingDelegate(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.