Vcl.Forms.TCustomForm.AlphaBlendValue

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

Delphi

property AlphaBlendValue: Byte read FAlphaBlendValue write SetAlphaBlendValue;

C++

__property System::Byte AlphaBlendValue = {read=FAlphaBlendValue, write=SetAlphaBlendValue, nodefault};

プロパティ

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

説明

透過フォームの透過の程度を指定します。

AlphaBlend プロパティが true のときは,透明度を示す 0 から 255 の間の値を AlphaBlendValue に設定してください。0 は完全な透過ウィンドウを表します。255 は完全な不透明を表します。

メモ:  AlphaBlendValue は,AlphaBlend プロパティが true のときのみ効果があります。

関連項目