ViewExtensions.Margins<TView> 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 Margins<TView> (this TView view, double left = 0, double top = 0, double right = 0, double bottom = 0) where TView : Xamarin.Forms.View;
static member Margins : 'View * double * double * double * double -> 'View (requires 'View :> Xamarin.Forms.View)
Type Parameters
- TView
Parameters
- view
- TView
- left
- System.Double
- top
- System.Double
- right
- System.Double
- bottom
- System.Double
Returns
TView