Share via


VisualElement.GetAccessKeyVerticalOffset Method

Definition

Overloads

GetAccessKeyVerticalOffset(BindableObject)

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

GetAccessKeyVerticalOffset(IPlatformElementConfiguration<Windows,VisualElement>)

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

GetAccessKeyVerticalOffset(BindableObject)

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

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

Parameters

element
BindableObject

The element for which to get the vertical offset.

Returns

System.Double

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

Applies to

GetAccessKeyVerticalOffset(IPlatformElementConfiguration<Windows,VisualElement>)

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

public static double GetAccessKeyVerticalOffset (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> config);
static member GetAccessKeyVerticalOffset : 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 vertical offset.

Returns

System.Double

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

Applies to