WidgetContext.Size Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant la taille actuellement affichée du widget.
public:
property WidgetSize Size { WidgetSize get(); };
WidgetSize Size();
public WidgetSize Size { get; }
var widgetSize = widgetContext.size;
Public ReadOnly Property Size As WidgetSize
Valeur de propriété
Microsoft.Windows.Widgets.WidgetSize <> indiquant la taille actuellement affichée du widget.
Remarques
Lorsque la taille du widget change, l’hôte du widget lance un appel au IWidgetProvider.OnWidgetContextChanged(WidgetContextChangedArgs) rappel.