System.Types.TSizeF.Width

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also