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
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)
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
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)
- 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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.