VisualElement.SetAccessKeyVerticalOffset 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
SetAccessKeyVerticalOffset(BindableObject, Double) |
Sets the vertical offset from the nominal position to use for displaying the access key. |
SetAccessKeyVerticalOffset(IPlatformElementConfiguration<Windows,VisualElement>, Double) |
Sets the vertical offset from the nominal position to use for displaying the access key. |
SetAccessKeyVerticalOffset(BindableObject, Double)
Sets the vertical offset from the nominal position to use for displaying the access key.
public static void SetAccessKeyVerticalOffset (Xamarin.Forms.BindableObject element, double value);
static member SetAccessKeyVerticalOffset : Xamarin.Forms.BindableObject * double -> unit
Parameters
- element
- BindableObject
The element for which to set the vertical access key offset.
- value
- System.Double
The new offset value.
Applies to
SetAccessKeyVerticalOffset(IPlatformElementConfiguration<Windows,VisualElement>, Double)
Sets the vertical offset from the nominal position to use for displaying the access key.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> SetAccessKeyVerticalOffset (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> config, double value);
static member SetAccessKeyVerticalOffset : 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 vertical access key offset.
- value
- System.Double
The new offset value.
Returns
A fluent object on which the developer may make furter method calls.