System.Types.TSizeF.Height

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Height: Single read cy write cy;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Types.pas
SystemTypes.h
System.Types TSizeF

説明

TSizeF オブジェクトの高さを示します。

Height プロパティの型は Single です。

関連項目