AccessibilityRecord.FullScreen Property

Definition

Gets if the source is taking the entire screen. -or- Sets if the source is taking the entire screen.

public virtual bool FullScreen { [Android.Runtime.Register("isFullScreen", "()Z", "GetIsFullScreenHandler")] get; [Android.Runtime.Register("setFullScreen", "(Z)V", "GetSetFullScreen_ZHandler")] set; }
[<get: Android.Runtime.Register("isFullScreen", "()Z", "GetIsFullScreenHandler")>]
[<set: Android.Runtime.Register("setFullScreen", "(Z)V", "GetSetFullScreen_ZHandler")>]
member this.FullScreen : bool with get, set

Property Value

True if the source is full screen, false otherwise.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets if the source is taking the entire screen.

Java documentation for android.view.accessibility.AccessibilityRecord.isFullScreen().

Property setter documentation:

Sets if the source is taking the entire screen.

Java documentation for android.view.accessibility.AccessibilityRecord.setFullScreen(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.

Applies to