Vcl.Controls.TWinControl.BorderWidth

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

Delphi

property BorderWidth: TBorderWidth read FBorderWidth write SetBorderWidth default 0;

C++

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

プロパティ

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


説明

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

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

関連項目