FMX.Styles.Objects.TButtonStyleObject.NormalLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NormalLink: TBitmapLinks index TButtonAnimation.Normal read GetLink write SetLink;

C++

__property TBitmapLinks* NormalLink = {read=GetLink, write=SetLink, index=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TButtonStyleObject

Description

Represents the link type of the styled object in its default status.

See Also