LayoutExtensions.Paddings<TLayout> 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 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
- System.Double
- top
- System.Double
- right
- System.Double
- bottom
- System.Double
Returns
TLayout