FMX.ListView.Appearances.TCommonObjectAppearance.ActualWidth

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

Delphi

property ActualWidth: Single read GetActualWidth;

C++

__property float ActualWidth = {read=GetActualWidth};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance


説明

オブジェクト外観の実際の幅をピクセル数で表します。これは、オブジェクト外観が非表示の場合は 0、ユーザー定義の幅が 0 以外の場合はその値、それ以外の場合はフォールバック用の幅です。

関連項目