FlexLayout.SetShrink Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SetShrink(BindableObject, Single) |
Sets the flex shrink factor for the element. |
| SetShrink(IView, Single) |
SetShrink(BindableObject, Single)
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
Sets the flex shrink factor for the element.
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 element to set the shrink factor for.
- value
- Single
The shrink factor value to set.
Applies to
SetShrink(IView, Single)
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
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