[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellView.LayoutInside

LayoutInside Method

LayoutInside(C1Rect)

Layout the part inside the border in the specified insideFinalSize.

Declaration
protected override void LayoutInside(C1Rect insideFinalSize)
Protected Overrides Sub LayoutInside(insideFinalSize As C1Rect)
Parameters
Type Name Description
C1Rect insideFinalSize

The C1Rect where the party of inside is laid out.

Overrides