VisualElement.GetAccessKeyPlacement 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
GetAccessKeyPlacement(BindableObject) |
Gets the nominal position to use for displaying the access key tip. |
GetAccessKeyPlacement(IPlatformElementConfiguration<Windows,VisualElement>) |
Gets the nominal position to use for displaying the access key tip. |
GetAccessKeyPlacement(BindableObject)
Gets the nominal position to use for displaying the access key tip.
public static Xamarin.Forms.AccessKeyPlacement GetAccessKeyPlacement (Xamarin.Forms.BindableObject element);
static member GetAccessKeyPlacement : Xamarin.Forms.BindableObject -> Xamarin.Forms.AccessKeyPlacement
Parameters
- element
- BindableObject
The element for which to get the access key placement.
Returns
The nominal position to use for displaying the access key tip.
Applies to
GetAccessKeyPlacement(IPlatformElementConfiguration<Windows,VisualElement>)
Gets the nominal position to use for displaying the access key tip.
public static Xamarin.Forms.AccessKeyPlacement GetAccessKeyPlacement (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> config);
static member GetAccessKeyPlacement : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.VisualElement> -> Xamarin.Forms.AccessKeyPlacement
Parameters
The platform configuration for the element for which to get the access key placement.
Returns
The nominal position to use for displaying the access key tip.