Application.SetActiveBezelInteractionElement 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
| SetActiveBezelInteractionElement(BindableObject, Element) | |
| SetActiveBezelInteractionElement(IPlatformElementConfiguration<Tizen,Application>, Element) |
SetActiveBezelInteractionElement(BindableObject, Element)
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static void SetActiveBezelInteractionElement (Xamarin.Forms.BindableObject application, Xamarin.Forms.Element value);
static member SetActiveBezelInteractionElement : Xamarin.Forms.BindableObject * Xamarin.Forms.Element -> unit
Parameters
- application
- BindableObject
- value
- Element
- Attributes
Applies to
SetActiveBezelInteractionElement(IPlatformElementConfiguration<Tizen,Application>, Element)
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Application> SetActiveBezelInteractionElement (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Application> config, Xamarin.Forms.Element value);
static member SetActiveBezelInteractionElement : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Application> * Xamarin.Forms.Element -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Application>
Parameters
- value
- Element
Returns
- Attributes