Compartilhar via


Método AdornerPanel.SetVerticalStretch

Define o valor de VerticalStretch anexado a propriedade elemento fornecido.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Shared Sub SetVerticalStretch ( _
    adorner As UIElement, _
    value As AdornerStretch _
)
public static void SetVerticalStretch(
    UIElement adorner,
    AdornerStretch value
)
public:
static void SetVerticalStretch(
    UIElement^ adorner, 
    AdornerStretch value
)
static member SetVerticalStretch : 
        adorner:UIElement * 
        value:AdornerStretch -> unit 
public static function SetVerticalStretch(
    adorner : UIElement, 
    value : AdornerStretch
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

adorner is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

AdornerPanel Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Adorner de arquitetura

Recurso provedores e conectores de recursos