GradientBrush 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 GradientBrush 类的新实例。
重载
GradientBrush() |
初始化 GradientBrush 类的新实例。 |
GradientBrush(GradientStopCollection) |
使用指定的 GradientBrush 初始化 GradientStopCollection 类的新实例。 |
GradientBrush()
初始化 GradientBrush 类的新实例。
protected:
GradientBrush();
protected GradientBrush ();
Protected Sub New ()
适用于
GradientBrush(GradientStopCollection)
使用指定的 GradientBrush 初始化 GradientStopCollection 类的新实例。
protected:
GradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection);
protected GradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection);
new System.Windows.Media.GradientBrush : System.Windows.Media.GradientStopCollection -> System.Windows.Media.GradientBrush
Protected Sub New (gradientStopCollection As GradientStopCollection)
参数
- gradientStopCollection
- GradientStopCollection
用于指定过渡点在渐变中的位置和颜色的 GradientStopCollection。