FMX.Styles.Objects.TCustomStyleObject.Source

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Source: TImage read FSource write SetSource;

C++

__property Fmx::Objects::TImage* Source = {read=FSource, write=SetSource};

Properties

Type Visibility Source Unit Parent
property public
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TCustomStyleObject

Description

Specifies the source TImage.

Use Source to get or set the TImage used as source for the current TCustomStyleObject.

The source image can also be linked to the current TCustomStyleObject through the SourceLookup property.

See Also