Condividi tramite


Proprietà RelativePoint.Y

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

Valore proprietà

Tipo: System.Double
Coordinata Y 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