Share via


PathGradientBrush.Blend 屬性

定義

取得或設定 Blend,此物件指定定義漸層之自訂減少的位置和因數。

public:
 property System::Drawing::Drawing2D::Blend ^ Blend { System::Drawing::Drawing2D::Blend ^ get(); void set(System::Drawing::Drawing2D::Blend ^ value); };
public System.Drawing.Drawing2D.Blend Blend { get; set; }
member this.Blend : System.Drawing.Drawing2D.Blend with get, set
Public Property Blend As Blend

屬性值

Blend,表示漸層的自訂減少。

備註

Blend包含混合因數和位置的對應數位。 混合因數會指定要在對應位置使用的開始色彩和結束色彩百分比。 位置會以漸層路徑的距離百分比來指定。

適用於