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
- adorner
Type : System.Windows.UIElement
UIElement dans lequel la propriété jointe HorizontalStretch est écrite.
- value
Type : Microsoft.Windows.Design.Interaction.AdornerStretch
Valeur AdornerStretch pour la dimension horizontale.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | adorner est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms
Autres ressources
Fournisseurs de fonctionnalités et connecteurs de fonctionnalités