Compartir a través de


WidgetContext.Size Propiedad

Definición

Obtiene un valor que indica el tamaño mostrado actualmente del widget.

public:
 property WidgetSize Size { WidgetSize get(); };
WidgetSize Size();
public WidgetSize Size { get; }
var widgetSize = widgetContext.size;
Public ReadOnly Property Size As WidgetSize

Valor de propiedad

Microsoft.Windows.Widgets.WidgetSize <> que indica el tamaño mostrado actualmente del widget.

Comentarios

Cuando cambia el tamaño del widget, el host del widget inicia una llamada a la IWidgetProvider.OnWidgetContextChanged(WidgetContextChangedArgs) devolución de llamada.

Se aplica a