Condividi tramite


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

Vedere anche

Riferimenti

RelativePoint Struttura

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF