Vcl.Imaging.GIFImg.TCustomGIFRenderer.BackgroundColor
Delphi
property BackgroundColor: TColor read FBackgroundColor write SetBackgroundColor;
C++
__property System::Uitypes::TColor BackgroundColor = {read=FBackgroundColor, write=SetBackgroundColor, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TCustomGIFRenderer |
Description
Spécifie la couleur d'arrière-plan à utiliser lors du rendu d'animations ou d'images GIF.
Utilisez la propriété BackgroundColor pour spécifier la couleur d'arrière-plan à utiliser lors du rendu d'animations ou d'images GIF.
BackgroundColor doit être lue et écrite en tant que valeur de couleur Windows, de type TColor.
Voir aussi