FMX.Objects3D.TRectangle3D.MaterialBackSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaterialBackSource: TMaterialSource read FMaterialBackSource write SetMaterialBack;

C++

__property MaterialBackSource;

Properties

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

Description

Specifies the material for the back side of the extruded shape.

FMX.Objects3D.TRectangle3D.MaterialBackSource inherits from FMX.Objects3D.TExtrudedShape3D.MaterialBackSource. All content below this line refers to FMX.Objects3D.TExtrudedShape3D.MaterialBackSource.

Specifies the material for the back side of the extruded shape.

Use MaterialBackSource to set the material for the back side of the current shape.

To set the materials for the front and shaft sides of the current shape, use MaterialSource and MaterialShaftSource properties.

See Also