Compartir a través de


Shell.SetFlyoutWidth(BindableObject, Double) Método

Definición

Establece el ancho del control flotante cuando el elemento especificado obj está activo. Esto permite escenarios como expandir el control flotante en toda la pantalla.

public:
 static void SetFlyoutWidth(Microsoft::Maui::Controls::BindableObject ^ obj, double value);
public static void SetFlyoutWidth(Microsoft.Maui.Controls.BindableObject obj, double value);
static member SetFlyoutWidth : Microsoft.Maui.Controls.BindableObject * double -> unit
Public Shared Sub SetFlyoutWidth (obj As BindableObject, value As Double)

Parámetros

obj
BindableObject

Objeto que modifica el ancho del control flotante.

value
Double

Define el ancho del control flotante.

Se aplica a