FMX.Objects3D.TPath3D.Path

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Path: TPathData read FPath write SetPath;

C++

__property Fmx::Graphics::TPathData* Path = {read=FPath, write=SetPath};

Properties

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

Description

Specifies a TPathData object that will be used by this TPath3D object.

A TPathData object contains a series of connected curves and lines that this TPath3D object will then render in a 3D manner.

See Also