FMX.Layers3D.TCustomLayer3D.StyleLookup

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

Delphi

property StyleLookup: string read FStyleLookup write SetStyleLookup;

C++

__property System::UnicodeString StyleLookup = {read=FStyleLookup, write=SetStyleLookup};

プロパティ

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

説明

検索し、この 3D レイヤに対して適用するスタイルの名前を示します。3 ヘルプ トピック「 FireMonkey コンポーネントの設計」は、コンポーネント設計に関するその他の有用な事項の中でも、TPanel コンポーネントにスタイルを適用する方法について示します。 これは、この 3D レイヤにスタイルを適用するのと同じです。

関連項目