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