Vcl.ComCtrls.TToolBar.GradientDrawingOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property GradientDrawingOptions: TTBGradientDrawingOptions read FGradientDrawingOptions  write SetGradientDrawingOptions default [gdoHotTrack, gdoGradient];

C++

__property TTBGradientDrawingOptions GradientDrawingOptions = {read=FGradientDrawingOptions, write=SetGradientDrawingOptions, default=3};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Beschreibung

Speichert die ausgewählte Zeichenoption.

Diese Eigenschaft enthält entweder die Option gdoHotTrack oder die Option gdoGradient, je nachdem, was ausgewählt wurde.