RadialGradientBrush.GradientStops 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置画笔的渐变停止点。
public:
property IObservableVector<GradientStop ^> ^ GradientStops { IObservableVector<GradientStop ^> ^ get(); };
IObservableVector<GradientStop> GradientStops();
public IObservableVector<GradientStop> GradientStops { get; }
var iObservableVector = radialGradientBrush.gradientStops;
Public ReadOnly Property GradientStops As IObservableVector(Of GradientStop)
属性值
定义 渐变的 GradientStop 对象的集合。
注解
默认值为空 的 GradientStopCollection。