protected float GetStartOffset (int axis, float requiredSpaceWithoutPadding);

Parámetros

axisThe axis index. 0 is horizontal and 1 is vertical.
requiredSpaceWithoutPaddingThe total space required on the given axis for all the layout elements including spacing and excluding padding.

Valor de retorno

float The position of the first child along the given axis.

Descripción

Returns the calculated position of the first child layout element along the given axis.