FMX.ExtCtrls.TImageViewer.BackgroundFill

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BackgroundFill: TBrush read GetBackgroundFill write SetBackgroundFill;

C++

__property Fmx::Graphics::TBrush* BackgroundFill = {read=GetBackgroundFill, write=SetBackgroundFill};

Propriétés

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


Description

Représente un TBrush utilisé pour personnaliser l'arrière-plan de l'image.

Modifiez la propriété BackgroundFill pour personnaliser l'arrière-plan du contrôle. Cette propriété a un effet visuel pour les images contenant des portions transparentes ou pour les images inférieures au contrôle.


Voir aussi