FMX.Objects3D.TEllipse3D.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read FVisible write SetVisible default 1;

C++

__property Visible = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TEllipse3D

Description


Specifies whether the control appears onscreen.

FMX.Objects3D.TEllipse3D.Visible inherits from FMX.Controls3D.TControl3D.Visible. All content below this line refers to FMX.Controls3D.TControl3D.Visible.

Specifies whether the control appears onscreen.

Use the Visible property to control the visibility of the control at run time. If Visible is True, the control appears onscreen, otherwise it does not appear onscreen.

See Also