FMX.Controls3D.TLight.SetWidth

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also