Share via


Annotation.BackSecondaryColor Propriété

Définition

Obtient ou définit la couleur secondaire de l'arrière-plan d'une annotation.

public:
 virtual property System::Drawing::Color BackSecondaryColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public virtual System.Drawing.Color BackSecondaryColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.BackSecondaryColor : System.Drawing.Color with get, set
Public Overridable Property BackSecondaryColor As Color

Valeur de propriété

Valeur Color utilisée pour dessiner l'arrière-plan d'une annotation avec un hachurage ou un dégradé.

Attributs

Remarques

La couleur secondaire est utilisée avec le BackColor quand BackHatchStyle ou BackGradientStyle est utilisé.

Cette propriété ne s’applique pas aux annotations de type ligne, aux annotations d’image et aux annotations de texte.

S’applique à