AccessibilityService.MagnificationController.MagnificationConfig 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.
Gets the MagnificationConfig
of the controlling magnifier on the display.
public Android.AccessibilityServices.MagnificationConfig? MagnificationConfig { [Android.Runtime.Register("getMagnificationConfig", "()Landroid/accessibilityservice/MagnificationConfig;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getMagnificationConfig", "()Landroid/accessibilityservice/MagnificationConfig;", "", ApiSince=33)>]
member this.MagnificationConfig : Android.AccessibilityServices.MagnificationConfig
Property Value
the magnification config that the service controls
- Attributes
Remarks
Gets the MagnificationConfig
of the controlling magnifier on the display.
<strong>Note:</strong> If the service is not yet connected (e.g. AccessibilityService#onServiceConnected()
has not yet been called) or the service has been disconnected, this method will return null.
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.