FMX.Objects3D.TPath3D.MaterialShaftSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaterialShaftSource: TMaterialSource read FMaterialShaftSource write SetMaterialShaft;

C++

__property MaterialShaftSource;

Properties

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

Description

Specifies the material for the body (shaft sides) of the extruded shape.

FMX.Objects3D.TPath3D.MaterialShaftSource inherits from FMX.Objects3D.TExtrudedShape3D.MaterialShaftSource. All content below this line refers to FMX.Objects3D.TExtrudedShape3D.MaterialShaftSource.

Specifies the material for the body (shaft sides) of the extruded shape.

Use MaterialShaftSource to set the material for the shaft sides of the current shape.

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

See Also