Share via


FlexLayout.SetShrink Method

Definition

Overloads

SetShrink(BindableObject, Single)

Sets the value that determines the proportional reduction in size that this element will accept to acccommodate the layout in the row or column.

SetShrink(IView, Single)

SetShrink(BindableObject, Single)

Sets the value that determines the proportional reduction in size that this element will accept to acccommodate the layout in the row or column.

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

Parameters

bindable
BindableObject

The object for which to retrieve the property value.

value
Single

The new flex shrink value.

Applies to

SetShrink(IView, Single)

public:
 void SetShrink(Microsoft::Maui::IView ^ view, float shrink);
public void SetShrink (Microsoft.Maui.IView view, float shrink);
member this.SetShrink : Microsoft.Maui.IView * single -> unit
Public Sub SetShrink (view As IView, shrink As Single)

Parameters

view
IView
shrink
Single

Applies to