PathGradientBrush.CenterPoint 属性

定义

获取或设置路径渐变的中心点。

public:
 property System::Drawing::PointF CenterPoint { System::Drawing::PointF get(); void set(System::Drawing::PointF value); };
public System.Drawing.PointF CenterPoint { get; set; }
member this.CenterPoint : System.Drawing.PointF with get, set
Public Property CenterPoint As PointF

属性值

PointF

一个 PointF,表示路径渐变的中心点。

适用于