GradientBrush.GradientStops 属性

定义

获取或设置画笔的渐变停止点。

public:
 property System::Windows::Media::GradientStopCollection ^ GradientStops { System::Windows::Media::GradientStopCollection ^ get(); void set(System::Windows::Media::GradientStopCollection ^ value); };
public System.Windows.Media.GradientStopCollection GradientStops { get; set; }
member this.GradientStops : System.Windows.Media.GradientStopCollection with get, set
Public Property GradientStops As GradientStopCollection

属性值

一个与画笔相关联的 GradientStop 对象的集合,其中每个对象指定一种颜色和一个沿画笔渐变轴的偏移量。 默认值为空 GradientStopCollection

注解

依赖项属性信息

标识符字段 GradientStopsProperty
元数据属性设置为 true

适用于