FMX.Objects3D.TDisk.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeight(const Value: Single); override;

C++

virtual void __fastcall SetHeight(const float Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TDisk

Description

Protected setter implementation for the Height property.

FMX.Objects3D.TDisk.SetHeight inherits from FMX.Controls3D.TControl3D.SetHeight. All content below this line refers to FMX.Controls3D.TControl3D.SetHeight.

Protected setter implementation for the Height property.

See Also