System.Types.TSizeF.Width

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Width: Single read cx write cx;

C++

__property float Width =  { read=cx,   write=cx  };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Types.pas
SystemTypes.h
System.Types TSizeF


Beschreibung

Gibt die Breite des TSizeF-Objekts an.

Der Typ der Eigenschaft Width ist Single.

Siehe auch