Compartilhar via


WebView.ZoomControlsEnabled Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static bool ZoomControlsEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::WebView ^> ^ config);
public static bool ZoomControlsEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.WebView> config);
static member ZoomControlsEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.WebView> -> bool
<Extension()>
Public Function ZoomControlsEnabled (config As IPlatformElementConfiguration(Of Android, WebView)) As Boolean

Parameters

config
IPlatformElementConfiguration<Android,WebView>

The platform configuration for the element on which to perform the operation.

Returns

Applies to