[]
        
(Showing Draft Content)

C1.Android.Gauge.C1Gauge.OnLayout

OnLayout Method

OnLayout(bool, int, int, int, int)

Called from layout when this view should.

Declaration
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
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.