GradientBrush.GradientStops 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置画笔的渐变停止点。
public:
property GradientStopCollection ^ GradientStops { GradientStopCollection ^ get(); void set(GradientStopCollection ^ value); };
GradientStopCollection GradientStops();
void GradientStops(GradientStopCollection value);
public GradientStopCollection GradientStops { get; set; }
var gradientStopCollection = gradientBrush.gradientStops;
gradientBrush.gradientStops = gradientStopCollection;
Public Property GradientStops As GradientStopCollection
<gradientBrush>
oneOrMoreGradientStops
</gradientBrush>
属性值
与画笔关联的 GradientStop 对象的集合,其中每个对象指定沿画笔渐变轴的颜色和偏移量。 默认值为空 GradientStopCollection。