Compartir a través de


AdornerPanel.SetVerticalStretch (Método)

Establece el valor de la propiedad adjunta VerticalStretch del elemento proporcionado.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ArgumentNullException

El valor de adorner es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

AdornerPanel Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Arquitectura de los adornos

Proveedores de características y conectores de características