Configuration<TPlatform,TElement>(TElement) Constructor
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.
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.