Configuration<TPlatform,TElement>(TElement) Constructor

Definition

Constructs a new configuration for the specified element.

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

Parameters

element
TElement

The element for which to retrieve a platform-specific version.

Applies to