Class XuiRoot
public class XuiRoot : ViewGroup, Drawable.ICallback, IAccessibilityEventSource, KeyEvent.ICallback, IViewManager, IViewParent, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
XuiRoot
- Implements
- Inherited Members
Constructors
XuiRoot(XuiActivity)
public XuiRoot(XuiActivity xuiActivity)
Parameters
xuiActivityXuiActivity
Fields
xuiActivity
protected readonly XuiActivity xuiActivity
Field Value
Methods
OnLayout(bool, int, int, int, int)
Called from layout when this view should assign a size and position to each of its children.
protected override void OnLayout(bool changed, int l, int t, int r, int b)
Parameters
changedboolThis is a new size or position for this view
lintLeft position, relative to parent
tintTop position, relative to parent
rintRight position, relative to parent
bintBottom position, relative to parent
Remarks
Portions of this page are modifications based on work created and shared by the