FMX.Graphics.TPathData.StyleLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleLookup: string read GetStyleLookup write SetStyleLookup;

C++

__property System::UnicodeString StyleLookup = {read=GetStyleLookup, write=SetStyleLookup};

Properties

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

Description

Specifies the name of the TPathObject to which the current TPathData is linked.

StyleLookup gets and sets the name of the TPathObject to which the current TPathData is linked.

See Also