System.Types.TSizeF.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read cy write cy;

C++

__property float Height = { read=cy,   write=cy  };

Properties

Type Visibility Source Unit Parent
property public
System.Types.pas
SystemTypes.h
System.Types TSizeF

Description

Specifies the height of the TSizeF object.

The type of the Height property is Single.

See Also