VisualElement.GetAccessKeyPlacement Method

Definition

Overloads

GetAccessKeyPlacement(BindableObject)

Gets the nominal position to use for displaying the access key tip.

GetAccessKeyPlacement(IPlatformElementConfiguration<Windows,VisualElement>)

Gets the nominal position to use for displaying the access key tip.

GetAccessKeyPlacement(BindableObject)

Gets the nominal position to use for displaying the access key tip.

public static Xamarin.Forms.AccessKeyPlacement GetAccessKeyPlacement (Xamarin.Forms.BindableObject element);
static member GetAccessKeyPlacement : Xamarin.Forms.BindableObject -> Xamarin.Forms.AccessKeyPlacement

Parameters

element
BindableObject

The element for which to get the access key placement.

Returns

The nominal position to use for displaying the access key tip.

Applies to

GetAccessKeyPlacement(IPlatformElementConfiguration<Windows,VisualElement>)

Gets the nominal position to use for displaying the access key tip.

public static Xamarin.Forms.AccessKeyPlacement GetAccessKeyPlacement (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> config);
static member GetAccessKeyPlacement : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.VisualElement> -> Xamarin.Forms.AccessKeyPlacement

Parameters

config
IPlatformElementConfiguration<Windows,VisualElement>

The platform configuration for the element for which to get the access key placement.

Returns

The nominal position to use for displaying the access key tip.

Applies to