API:Vcl.ExtCtrls.TCustomPanel.BorderWidth

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

Delphi

property BorderWidth: TBorderWidth read FBorderWidth write SetBorderWidth default 0;

C++

__property Vcl::Controls::TBorderWidth BorderWidth = {read=FBorderWidth, write=SetBorderWidth, default=0};

プロパティ

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

説明

コントロールのボーダーの幅を示します。

Vcl.ExtCtrls.TCustomPanel.BorderWidth は Vcl.Controls.TWinControl.BorderWidth を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.BorderWidth を参照しています。

コントロールのボーダーの幅を示します。

BorderWidth プロパティを使用すると、コントロールのボーダーの幅を、取得または設定することができます。 コントロールによって描画されるグラフィックやテキストは、ボーダー内の領域にクリップされます。

関連項目