PointF.Y-Eigenschaft
Ruft die y-Koordinate dieses PointF ab oder legt diese fest.
Namespace: System.Drawing
Assembly: System.Drawing (in system.drawing.dll)
Syntax
'Declaration
Public Property Y As Single
'Usage
Dim instance As PointF
Dim value As Single
value = instance.Y
instance.Y = value
public float Y { get; set; }
public:
property float Y {
float get ();
void set (float value);
}
/** @property */
public float get_Y ()
/** @property */
public void set_Y (float value)
public function get Y () : float
public function set Y (value : float)
Eigenschaftenwert
Die y-Koordinate für diesen PointF.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0