Partager via


AdornerPanel.SetHorizontalStretch, méthode

Définit la valeur de la propriété jointe HorizontalStretch pour l'élément fourni.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared Sub SetHorizontalStretch ( _
    adorner As UIElement, _
    value As AdornerStretch _
)
public static void SetHorizontalStretch(
    UIElement adorner,
    AdornerStretch value
)
public:
static void SetHorizontalStretch(
    UIElement^ adorner, 
    AdornerStretch value
)
static member SetHorizontalStretch : 
        adorner:UIElement * 
        value:AdornerStretch -> unit 
public static function SetHorizontalStretch(
    adorner : UIElement, 
    value : AdornerStretch
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

adorner est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

AdornerPanel Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Architecture d'ornement

Fournisseurs de fonctionnalités et connecteurs de fonctionnalités