FMX.ExtCtrls.TImageViewer.ShowBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ShowBackground: Boolean read FShowBackground write SetShowBackground default False;

C++

__property bool ShowBackground = {read=FShowBackground, write=SetShowBackground, default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TImageViewer


Description

Spécifie si l'arrière-plan de l'image peut être personnalisé.

La valeur True de ShowBackground indique que BackgroundFill affecte la section du contrôle située derrière l’image, et la valeur False indique le contraire.

Voir aussi