API:FMX.Forms.TForm.Fill

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

Delphi

property Fill;

C++

__property Fill;

プロパティ

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

説明

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

FMX.Forms.TForm.Fill は FMX.Forms.TCustomForm.Fill を継承しています。以下の内容はすべて FMX.Forms.TCustomForm.Fill を参照しています。

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

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

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

関連項目