IPlatformElementConfiguration<TPlatform,TElement> Interface

Definition

Marker interface for returning platform-specific configuration elements.

public interface IPlatformElementConfiguration<out TPlatform,out TElement> : Xamarin.Forms.IConfigElement<out TElement> where TPlatform : IConfigPlatform where TElement : Element
type IPlatformElementConfiguration<'Platform, 'Element (requires 'Platform :> IConfigPlatform and 'Element :> Element)> = interface
    interface IConfigElement<'Element (requires 'Element :> Element)>

Type Parameters

TPlatform
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
TElement
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived
Implements
IConfigElement<TElement>

Properties

Element

For internal use by platform renderers.

(Inherited from IConfigElement<T>)

Applies to