Share via


VisualElement.SetAccessKeyHorizontalOffset Method

Definition

Overloads

SetAccessKeyHorizontalOffset(BindableObject, Double)

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

SetAccessKeyHorizontalOffset(IPlatformElementConfiguration<Windows,VisualElement>, Double)

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

SetAccessKeyHorizontalOffset(BindableObject, Double)

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

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

Parameters

element
BindableObject

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

value
System.Double

The new offset value.

Applies to

SetAccessKeyHorizontalOffset(IPlatformElementConfiguration<Windows,VisualElement>, Double)

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

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