FMX.ExtCtrls.TImageViewer.BackgroundFill

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BackgroundFill: TBrush read GetBackgroundFill write SetBackgroundFill;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TImageViewer


説明

イメージの背景のカスタマイズに使用される、TBrush を表します。

BackgroundFill プロパティを変更して、コントロールの背景をカスタマイズします。このプロパティは、透明部分のあるイメージ、または、コントロールより小さいイメージに対して、視覚的な効果があります。


関連項目