System.Types.TSizeF.Width
Delphi
property Width: Single read cx write cx;
C++
__property float Width = { read=cx, write=cx };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Types.pas SystemTypes.h |
System.Types | TSizeF |
Description
Specified the width of the TSizeF object.
The type of the Width property is Single.