Vcl.Tabs.TTabSet.DitherBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property DitherBackground: Boolean read FDitherBackground write SetDitherBackground default True;

C++

__property bool DitherBackground = {read=FDitherBackground, write=SetDitherBackground, default=1};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabSet

Description

Détermine si la couleur d'arrière-plan définie avec la propriété BackgroundColor comprend une juxtaposition de points de couleur différente.

Dans ce cas, l'arrière-plan est éclairci de 50%, ce qui doit faciliter la visualisation de l'onglet. Si DitherBackground vaut true, le contrôle ensemble d'onglets comprend une juxtaposition de points de couleur différente. Si elle vaut false, il n'y a aucune juxtaposition.

Voir aussi