PathGradientBrush.SurroundColors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与此 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对应于路径中的一个点。