FMX.Objects3D.TExtrudedShape3D.MaterialBackSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaterialBackSource: TMaterialSource read FMaterialBackSource write SetMaterialBack;

C++

__property Fmx::Materialsources::TMaterialSource* MaterialBackSource = {read=FMaterialBackSource, write=SetMaterialBack};

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TExtrudedShape3D

Description

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