FMX.Layers3D.TCustomLayer3D.StyleLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleLookup: string read FStyleLookup write SetStyleLookup;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

Specifies the name of the style to look up and apply to this 3D layer. The FireMonkey Component Design help topic shows, among other useful things related to component designing, how to apply a style to a TPanel component. This is similar to applying the style on this 3D layer.

See Also