FlexLayout.GetGrow(BindableObject) 方法

定义

返回决定该元素将接受的成比例增长的值,以适应行或列中的布局。

public static float GetGrow(Xamarin.Forms.BindableObject bindable);
static member GetGrow : Xamarin.Forms.BindableObject -> single

参数

bindable
BindableObject

针对其检索属性值的对象。

返回

System.Single

决定该元素将接受的成比例增长以适应行或列中的布局的值。

适用于