Freigeben über


RelativePoint.Y-Eigenschaft

Ruft die Y-Koordinate der RelativePoint-Struktur ab oder legt diese fest.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Double
Die Y-Koordinate der RelativePoint-Struktur.

.NET Framework-Sicherheit

Siehe auch

Referenz

RelativePoint Struktur

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit