System.Types.TSizeF.Width

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

Delphi

property Width: Single read cx write cx;

C++

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

プロパティ

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

説明

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

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

関連項目