다음을 통해 공유


Application.SetUseBezelInteraction Method

Definition

Overloads

SetUseBezelInteraction(BindableObject, Boolean)
SetUseBezelInteraction(IPlatformElementConfiguration<Tizen,Application>, Boolean)

SetUseBezelInteraction(BindableObject, Boolean)

Source:
Application.cs
Source:
Application.cs
public:
 static void SetUseBezelInteraction(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetUseBezelInteraction (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetUseBezelInteraction : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetUseBezelInteraction (element As BindableObject, value As Boolean)

Parameters

element
BindableObject
value
Boolean

Applies to

SetUseBezelInteraction(IPlatformElementConfiguration<Tizen,Application>, Boolean)

Source:
Application.cs
Source:
Application.cs
public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Application ^> ^ SetUseBezelInteraction(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Application ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Application> SetUseBezelInteraction (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Application> config, bool value);
static member SetUseBezelInteraction : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Application> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Application>
<Extension()>
Public Function SetUseBezelInteraction (config As IPlatformElementConfiguration(Of Tizen, Application), value As Boolean) As IPlatformElementConfiguration(Of Tizen, Application)

Parameters

value
Boolean

Returns

Applies to