View.HandwritingDelegateFlags 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 flags configuring the handwriting delegation behavior for this delegate editor view,
as set by #setHandwritingDelegateFlags
. -or- Sets flags configuring the handwriting delegation behavior for this delegate editor view.
public virtual Android.Views.InputMethods.HandwritingDelegateFlag HandwritingDelegateFlags { [Android.Runtime.Register("getHandwritingDelegateFlags", "()I", "GetGetHandwritingDelegateFlagsHandler", ApiSince=35)] get; [Android.Runtime.Register("setHandwritingDelegateFlags", "(I)V", "GetSetHandwritingDelegateFlags_IHandler", ApiSince=35)] set; }
[<get: Android.Runtime.Register("getHandwritingDelegateFlags", "()I", "GetGetHandwritingDelegateFlagsHandler", ApiSince=35)>]
[<set: Android.Runtime.Register("setHandwritingDelegateFlags", "(I)V", "GetSetHandwritingDelegateFlags_IHandler", ApiSince=35)>]
member this.HandwritingDelegateFlags : Android.Views.InputMethods.HandwritingDelegateFlag with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns flags configuring the handwriting delegation behavior for this delegate editor view, as set by #setHandwritingDelegateFlags
.
Java documentation for android.view.View.getHandwritingDelegateFlags()
.
Property setter documentation:
Sets flags configuring the handwriting delegation behavior for this delegate editor view.
This method has no effect unless #setIsHandwritingDelegate
is also called to configure this view to act as a handwriting delegate.
Java documentation for android.view.View.setHandwritingDelegateFlags(int)
.
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.