Vcl.Tabs.TTabSet.DitherBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DitherBackground: Boolean read FDitherBackground write SetDitherBackground default True;

C++

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

Properties

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

Description

Determines whether the background color set with the BackgroundColor property is dithered.

Dithering means the background is lightened by 50%, which is intended to make the tabs easier to see. If DitherBackground is true, the tab set control background is dithered. If it is false, there is no dithering.

See Also