Configuration<TPlatform,TElement>.Create(TElement) Method

Definition

Creates and returns a new configuration for the specifed element.

public static Xamarin.Forms.Configuration<TPlatform,TElement> Create (TElement element);
static member Create : 'Element -> Xamarin.Forms.Configuration<'Platform, 'Element (requires 'Platform :> Xamarin.Forms.IConfigPlatform and 'Element :> Xamarin.Forms.Element)>

Parameters

element
TElement

The element for which to return a configuration.

Returns

Applies to