Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns whether changes to parent should use an overlay or not. When the parent
change doesn't use an overlay, it affects the transforms of the child. The
default value is true.
Note: when Overlays are not used when a parent changes, a view can be clipped when it moves outside the bounds of its parent. Setting Android.Views.ViewGroup.SetClipChildren(bool) and Android.Views.ViewGroup.SetClipToPadding(bool) can help. Also, when Overlays are not used and the parent is animating its location, the position of the child view will be relative to its parent's final position, so it may appear to "jump" at the beginning.
Set method documentation [Android Documentation]
Sets whether changes to parent should use an overlay or not. When the parent
change doesn't use an overlay, it affects the transforms of the child. The
default value is true.
Note: when Overlays are not used when a parent changes, a view can be clipped when it moves outside the bounds of its parent. Setting Android.Views.ViewGroup.SetClipChildren(bool) and Android.Views.ViewGroup.SetClipToPadding(bool) can help. Also, when Overlays are not used and the parent is animating its location, the position of the child view will be relative to its parent's final position, so it may appear to "jump" at the beginning.