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