Condividi tramite


LayoutInformation.GetAvailableSize(UIElement) Metodo

Definizione

Restituisce il valore Size utilizzato più di recente per misurare l'elemento specificato.

public:
 static Size GetAvailableSize(UIElement ^ element);
 static Size GetAvailableSize(UIElement const& element);
public static Size GetAvailableSize(UIElement element);
function getAvailableSize(element)
Public Shared Function GetAvailableSize (element As UIElement) As Size

Parametri

element
UIElement

Elemento per il quale restituire le dimensioni più recenti.

Restituisce

Valore Size specificato come argomento nella chiamata più recente per misurare questo elemento o un valore Size pari a 0,0 se l'elemento non è ancora stato misurato.

Si applica a

Vedi anche