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。