PathGradientBrush.SurroundColors 属性

定义

获取或设置与此 PathGradientBrush 填充的路径中的点相对应的颜色的数组。

public:
 property cli::array <System::Drawing::Color> ^ SurroundColors { cli::array <System::Drawing::Color> ^ get(); void set(cli::array <System::Drawing::Color> ^ value); };
public System.Drawing.Color[] SurroundColors { get; set; }
member this.SurroundColors : System.Drawing.Color[] with get, set
Public Property SurroundColors As Color()

属性值

Color[]

一个 Color 结构的数组,表示与此 PathGradientBrush 填充的路径中的各点相关联的颜色。

注解

Color数组中的每个SurroundColors对应于路径中的一个点。

适用于