FMX.Layers3D.TLayer3D.StyleLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleLookup: string read FStyleLookup write SetStyleLookup default 0;

C++

__property StyleLookup = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TLayer3D

Description

Specifies the name of the style to look up and apply to this 3D layer.

FMX.Layers3D.TLayer3D.StyleLookup inherits from FMX.Layers3D.TCustomLayer3D.StyleLookup. All content below this line refers to FMX.Layers3D.TCustomLayer3D.StyleLookup.

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