VisualElement.SetAccessKeyHorizontalOffset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.