FMX.Layers3D.TAbstractLayer3D.LayerWidth

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

Delphi

property LayerWidth: Integer read FLayerWidth;

C++

__property int LayerWidth = {read=FLayerWidth, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

説明

3D レイヤの幅を示します。

LayerWidth プロパティを読み取ることにより、3D レイヤの幅を取得することができます。 LayerWidth は、読み取り専用プロパティです。

関連項目