FMX.Graphics.TPathObject.Path

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Path: TPathData read FPath write FPath;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathObject


Beschreibung

Gibt die von TPathObject bearbeiteten Pfaddaten an.

Siehe auch