LayoutExtensions.Paddings<TLayout> Method

Definition

public static TLayout Paddings<TLayout> (this TLayout layout, double left = 0, double top = 0, double right = 0, double bottom = 0) where TLayout : Xamarin.Forms.Layout;
static member Paddings : 'Layout * double * double * double * double -> 'Layout (requires 'Layout :> Xamarin.Forms.Layout)

Type Parameters

TLayout

Parameters

layout
TLayout
left
Double
top
Double
right
Double
bottom
Double

Returns

TLayout

Applies to