[]
Called from layout when this view should.
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
| Type | Name | Description |
|---|---|---|
| bool | changed | This is a new size or position for this view. |
| int | left | Left position, relative to parent. |
| int | top | Top position, relative to parent. |
| int | right | Right position, relative to parent. |
| int | bottom | Bottom position, relative to parent. |