Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="3.4.0.1008975" />

.NET API 928,208 bytes

 AccessKeyPlacement

public enum AccessKeyPlacement
Enumerates access key placement relative to the control that the access key describes.
Auto = 0

Indicates that the default access key placement will be used.

Bottom = 2

Indicates that the access key will appear below the lower edge of the described element.

Center = 5

Indicates that the access key will be overlaid on top of the center of the described element.

Left = 4

Indicates that the access key will appear to the left of the left edge of the described element.

Right = 3

Indicates that the access key will appear to the right of the right edge of the described element.

Top = 1

Indicates that the access key will appear above the top edge of the described element.