FMX.Forms.TCustomForm.Fill

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

Delphi

property Fill: TBrush read FFill write SetFill;

C++

__property Fmx::Graphics::TBrush* Fill = {read=FFill, write=SetFill};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomForm

説明

このフォーム上の背景を塗りつぶす方法を示します。

Fill を使用すると、このフォームの背景を描画する方法を定義する、ブラシを取得または設定することができます(グラデーション、単色、など)。

ヒント: Fill のためのブラシ使用により、Transparency プロパティの機能はオーバーライドされます。

関連項目