FMX.Controls3D.TLight.SetWidth
Delphi
procedure SetWidth(const Value: Single); override;
C++
virtual void __fastcall SetWidth(const float Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TLight |
Description
Protected setter implementation for the Width property.
Width sets the width of this TLight according to its projection. If Projection is Camera, the width is set to 1, else if Projection is Screen, the width is set to 25.