FlexLayout.GetShrink(BindableObject) 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.
Returns 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 float GetShrink (Xamarin.Forms.BindableObject bindable);
static member GetShrink : Xamarin.Forms.BindableObject -> single
Parameters
- bindable
- BindableObject
The object for which to retrieve the property value.
Returns
System.Single
The proportional reduction in size that this element will accept to acccommodate the layout in the row or column.