StackLayout.On<T> Method

Definition

Returns the configuration object that the developer can use to call platform-specific methods for the layout.

public Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.StackLayout> On<T> () where T : Xamarin.Forms.IConfigPlatform;
abstract member On : unit -> Xamarin.Forms.IPlatformElementConfiguration<'T, Xamarin.Forms.StackLayout (requires 'T :> Xamarin.Forms.IConfigPlatform)> (requires 'T :> Xamarin.Forms.IConfigPlatform)
override this.On : unit -> Xamarin.Forms.IPlatformElementConfiguration<'T, Xamarin.Forms.StackLayout (requires 'T :> Xamarin.Forms.IConfigPlatform)> (requires 'T :> Xamarin.Forms.IConfigPlatform)

Type Parameters

T

The platform configuration that selects the platform specific to use.

Returns

Implements

Applies to