FMX.Objects3D.TText3D.Sides

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sides: TExtrudedShapeSides read FSides write SetSides;

C++

__property Sides;

Properties

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

Description

Specifies which sides of this extruded shape are rendered.

FMX.Objects3D.TText3D.Sides inherits from FMX.Objects3D.TExtrudedShape3D.Sides. All content below this line refers to FMX.Objects3D.TExtrudedShape3D.Sides.

Specifies which sides of this extruded shape are rendered.

Sides is used by TExtrudedShape3D descendants in the rendering process.

See Also