VisualElement.GetAccessKeyHorizontalOffset Method

Definition

Overloads

GetAccessKeyHorizontalOffset(BindableObject)

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

GetAccessKeyHorizontalOffset(IPlatformElementConfiguration<Windows,VisualElement>)

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

GetAccessKeyHorizontalOffset(BindableObject)

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

public static double GetAccessKeyHorizontalOffset (Xamarin.Forms.BindableObject element);
static member GetAccessKeyHorizontalOffset : Xamarin.Forms.BindableObject -> double

Parameters

element
BindableObject

The element for which to get the horizontal offset.

Returns

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

Applies to

GetAccessKeyHorizontalOffset(IPlatformElementConfiguration<Windows,VisualElement>)

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

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

Parameters

config
IPlatformElementConfiguration<Windows,VisualElement>

The platform configuration for the element for which to get the horizontal offset.

Returns

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

Applies to