FMX.Graphics.TPathObject.Path

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Path: TPathData read FPath write FPath;

C++

__property TPathData* Path = {read=FPath, write=FPath};

Properties

Type Visibility Source Unit Parent
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathObject

Description

Specifies the path data manipulated by TPathObject.

See Also