FMX.Layers3D.TAbstractLayer3D.LayerWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LayerWidth: Integer read FLayerWidth;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

Specifies the width of the 3D layer.

Read the LayerWidth property to obtain the width of this 3D layer. LayerWidth is a read-only property.

See Also