VisualElement.GetAccessKeyVerticalOffset 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
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
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
The platform configuration for the element for which to get the vertical offset.
Returns
The vertical offset from the nominal position to use for displaying the access key tip.