IPlatformElementConfiguration<TPlatform,TElement> Interface
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.
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
- TElement
- Derived
- Implements
-
IConfigElement<TElement>
Properties
Element |
For internal use by platform renderers. (Inherited from IConfigElement<T>) |