Magnifier.IsClippingEnabled 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 the magnifier position will be adjusted such that the magnifier will be fully within the bounds of the main application window, by also avoiding any overlap with system insets (such as the one corresponding to the status bar) i.
public bool IsClippingEnabled { [Android.Runtime.Register("isClippingEnabled", "()Z", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("isClippingEnabled", "()Z", "", ApiSince=29)>]
member this.IsClippingEnabled : bool
Property Value
whether the magnifier position will be adjusted
- Attributes
Remarks
Returns whether the magnifier position will be adjusted such that the magnifier will be fully within the bounds of the main application window, by also avoiding any overlap with system insets (such as the one corresponding to the status bar) i.e. whether the area where the magnifier can be positioned will be clipped to the main application window and the system insets.
Java documentation for android.widget.Magnifier.isClippingEnabled()
.
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.