Vcl.StdCtrls.TCustomStaticText.AutoSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoSize: Boolean read FAutoSize write SetAutoSize default True;

C++

__property bool AutoSize = {read=FAutoSize, write=SetAutoSize, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomStaticText

Beschreibung

Legt fest, ob sich die Komponente automatisch an die Größe des Textes anpasst.

Wenn AutoSize true ist, passt sich die Komponente sowohl zur Laufzeit als auch zur Entwurfszeit automatisch an Änderungen der Schriftgröße oder der Beschriftung an.

Siehe auch