VisualElement.SetAccessKeyVerticalOffset Method

Definition

Overloads

SetAccessKeyVerticalOffset(BindableObject, Double)

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

SetAccessKeyVerticalOffset(IPlatformElementConfiguration<Windows,VisualElement>, Double)

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

SetAccessKeyVerticalOffset(BindableObject, Double)

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

public static void SetAccessKeyVerticalOffset (Xamarin.Forms.BindableObject element, double value);
static member SetAccessKeyVerticalOffset : Xamarin.Forms.BindableObject * double -> unit

Parameters

element
BindableObject

The element for which to set the vertical access key offset.

value
System.Double

The new offset value.

Applies to

SetAccessKeyVerticalOffset(IPlatformElementConfiguration<Windows,VisualElement>, Double)

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

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

Parameters

config
IPlatformElementConfiguration<Windows,VisualElement>

The platform configuration for the element for which to set the vertical access key offset.

value
System.Double

The new offset value.

Returns

A fluent object on which the developer may make furter method calls.

Applies to