Legend.ItemColumnSeparatorColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la couleur du séparateur des colonnes de tableau de légende.
public:
property System::Drawing::Color ItemColumnSeparatorColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color ItemColumnSeparatorColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.ItemColumnSeparatorColor : System.Drawing.Color with get, set
Public Property ItemColumnSeparatorColor As Color
Valeur de propriété
Valeur Color utilisée pour dessiner la couleur du séparateur des colonnes de tableau de légende.
- Attributs