Condividi tramite


Proprietà RelativePoint.X

Ottiene o imposta la coordinata X 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 X As Double
    Get
    Set
public double X { get; set; }
public:
property double X {
    double get ();
    void set (double value);
}
member X : float with get, set
function get X () : double
function set X (value : double)

Valore proprietà

Tipo: System.Double
Coordinata X della struttura RelativePoint.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RelativePoint Struttura

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF