共用方式為


MagnificationConfig.IsActivated Property

Definition

Returns the activated state of the controlling magnifier.

public bool IsActivated { [Android.Runtime.Register("isActivated", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isActivated", "()Z", "", ApiSince=34)>]
member this.IsActivated : bool

Property Value

true if the magnifier is activated and showing on screen, false otherwise.

Attributes

Remarks

Returns the activated state of the controlling magnifier. The controlling magnifier can be activated even if the scale returned by MagnificationConfig#getScale() equals to 1.0.

Java documentation for android.accessibilityservice.MagnificationConfig.isActivated().

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