Vcl.VirtualImage.TCustomVirtualImage.ImageWidth

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

Delphi

property ImageWidth: Integer read FImageWidth write SetImageWidth;

C++

__property int ImageWidth = {read=FImageWidth, write=SetImageWidth, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.VirtualImage.pas
Vcl.VirtualImage.hpp
Vcl.VirtualImage TCustomVirtualImage


説明

イメージの仮想の幅を表示します。

Value が 0 の場合、イメージはその幅を制御して引き延ばされます。

関連項目