Proprietà RelativePoint.Position
Ottiene o imposta la posizione relativa della struttura RelativePoint.
Spazio dei nomi: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public Property Position As RelativePosition
Get
Set
public RelativePosition Position { get; set; }
public:
property RelativePosition^ Position {
RelativePosition^ get ();
void set (RelativePosition^ value);
}
member Position : RelativePosition with get, set
function get Position () : RelativePosition
function set Position (value : RelativePosition)
Valore proprietà
Tipo: Microsoft.Windows.Design.Interaction.RelativePosition
Posizione relativa della struttura RelativePoint.
Note
L'impostazione dell'oggetto Position, su nullriferimento null (Nothing in Visual Basic) o su RelativePositions.TopLeft si equivalgono.
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