ViewExtensions.CenterVertical<TView>(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 CenterVertical<TView> (this TView view) where TView : Xamarin.Forms.View;
static member CenterVertical : 'View -> 'View (requires 'View :> Xamarin.Forms.View)
Type Parameters
- TView
Parameters
- view
- TView
Returns
TView