Metodo AdornerPanel.SetVerticalStretch
Imposta il valore della proprietà associata VerticalStretch per l'elemento specificato.
Spazio dei nomi: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- adorner
Tipo: System.Windows.UIElement
Elemento in cui viene scritta la proprietà associata VerticalStretch.
- value
Tipo: Microsoft.Windows.Design.Interaction.AdornerStretch
Valore di AdornerStretch per la dimensione verticale.
Eccezioni
Eccezione | Condizione |
---|---|
ArgumentNullException | adorner è nullriferimento null (Nothing in Visual Basic). |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction