ServiceHealthSection.ForegroundColor Propriété

Définition

Obtient ou définit la couleur de premier plan de la section.

public:
 property System::String ^ ForegroundColor { System::String ^ get(); void set(System::String ^ value); };
public string ForegroundColor { get; set; }
member this.ForegroundColor : string with get, set
Public Property ForegroundColor As String

Valeur de propriété

Chaîne qui représente la couleur de premier plan de la section.

Exceptions

La chaîne d’une opération set est null, Emptyou se compose uniquement de caractères d’espace blanc.

Remarques

La valeur de la ForegroundColor propriété est une chaîne de couleur hexadécimale. La valeur par défaut est « #0000000 » ou Color.Black.

S’applique à