Vcl.ComCtrls.TProgressBar.BorderWidth

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

Delphi

property BorderWidth: TBorderWidth read FBorderWidth write SetBorderWidth default 0;

C++

__property BorderWidth = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TProgressBar

説明

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

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

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

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

関連項目