Freigeben über


PathGradientBrush.CenterPoint-Eigenschaft

Ruft den Mittelpunkt des Pfadfarbverlaufs ab oder legt diesen fest.

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in system.drawing.dll)

Syntax

'Declaration
Public Property CenterPoint As PointF
'Usage
Dim instance As PathGradientBrush
Dim value As PointF

value = instance.CenterPoint

instance.CenterPoint = value
public PointF CenterPoint { get; set; }
public:
property PointF CenterPoint {
    PointF get ();
    void set (PointF value);
}
/** @property */
public PointF get_CenterPoint ()

/** @property */
public void set_CenterPoint (PointF value)
public function get CenterPoint () : PointF

public function set CenterPoint (value : PointF)

Eigenschaftenwert

Eine PointF-Struktur, die den Mittelpunkt des Pfadfarbverlaufs darstellt.

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

Siehe auch

Referenz

PathGradientBrush-Klasse
PathGradientBrush-Member
System.Drawing.Drawing2D-Namespace