ViewInFlexLayoutExtensions.Shrink<TView>(TView, Single) 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.
public static TView Shrink<TView> (this TView view, float value) where TView : Xamarin.Forms.View;
static member Shrink : 'View * single -> 'View (requires 'View :> Xamarin.Forms.View)
Type Parameters
- TView
Parameters
- view
- TView
- value
- System.Single
Returns
TView