Vcl.StdCtrls.TStaticText.AutoSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoSize: Boolean read FAutoSize write SetAutoSize default 1;

C++

__property AutoSize = {default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TStaticText

Beschreibung

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

Vcl.StdCtrls.TStaticText.AutoSize erbt von Vcl.StdCtrls.TCustomStaticText.AutoSize. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomStaticText.AutoSize.

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