FMX.Layers3D.TCustomLayer3D.StyleBook

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleBook: TStyleBook read FStyleBook write SetStyleBook;

C++

__property Fmx::Controls::TStyleBook* StyleBook = {read=FStyleBook, write=SetStyleBook};

Properties

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

Description

Specifies the style book for this 3D layer. For more information on how to customize the looks of a FireMonkey application with styles, refer to the Customizing FireMonkey Applications with Styles help topic.

See Also