VisualElement.GetAccessKeyHorizontalOffset 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
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
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.