PathGradientBrush.InterpolationColors Propriété

Définition

Obtient ou définit un ColorBlend dégradé linéaire multicolore.

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

Valeur de propriété

Qui ColorBlend définit un dégradé linéaire multicolore.

Remarques

Contient ColorBlend des tableaux correspondants de couleurs et de positions. Les positions sont des valeurs comprises entre 0 et 1 qui spécifient le pourcentage de la distance le long du chemin de dégradé où se trouve la couleur correspondante.

S’applique à