Share via


FlexLayout.SetGrow(BindableObject, Single) Method

Definition

public:
 static void SetGrow(Microsoft::Maui::Controls::BindableObject ^ bindable, float value);
public static void SetGrow (Microsoft.Maui.Controls.BindableObject bindable, float value);
static member SetGrow : Microsoft.Maui.Controls.BindableObject * single -> unit
Public Shared Sub SetGrow (bindable As BindableObject, value As Single)

Parameters

bindable
BindableObject
value
Single

Applies to