Share via


Annotation.BackColor Propriété

Définition

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

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

Valeur de propriété

Valeur Color utilisée pour dessiner l'arrière-plan d'une annotation.

Attributs

Remarques

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

S’applique à