_Font.UnderlineColor 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.
Cette propriété renvoie ou définit la couleur 24 bits du soulignement pour l' Font objet spécifié.
public:
property Microsoft::Office::Interop::Word::WdColor UnderlineColor { Microsoft::Office::Interop::Word::WdColor get(); void set(Microsoft::Office::Interop::Word::WdColor value); };
public Microsoft.Office.Interop.Word.WdColor UnderlineColor { get; set; }
member this.UnderlineColor : Microsoft.Office.Interop.Word.WdColor with get, set
Public Property UnderlineColor As WdColor
Valeur de propriété
Remarques
Peut être une WdColor constante valide ou une valeur renvoyée par la fonction RGB de Visual Basic.
Si vous affectez à la propriété UnderlineColor, la valeur wdColorAutomatic , la couleur du trait de soulignement est rétablie à la couleur du texte situé au-dessus.