Metodo AdornerPanel.SetPlacements
Nota: questa API è ora obsoleta. Imposta il valore della proprietà associata Placements 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 SetPlacements ( _
adorner As UIElement, _
value As AdornerPlacementCollection _
)
public static void SetPlacements(
UIElement adorner,
AdornerPlacementCollection value
)
public:
static void SetPlacements(
UIElement^ adorner,
AdornerPlacementCollection^ value
)
static member SetPlacements :
adorner:UIElement *
value:AdornerPlacementCollection -> unit
public static function SetPlacements(
adorner : UIElement,
value : AdornerPlacementCollection
)
Parametri
- adorner
Tipo: System.Windows.UIElement
Oggetto UIElement in cui viene scritta la proprietà associata HorizontalStretch.
- value
Tipo: Microsoft.Windows.Design.Interaction.AdornerPlacementCollection
Oggetto AdornerPlacementCollection contenente gli oggetti AdornerPlacementValue che rappresentano le dimensioni e la posizione di adorner.
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