API:Vcl.ComCtrls.TRichEdit.BorderWidth
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 | TRichEdit |
説明
コントロールのボーダーの幅を示します。
Vcl.ComCtrls.TRichEdit.BorderWidth は Vcl.Controls.TWinControl.BorderWidth を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.BorderWidth を参照しています。
コントロールのボーダーの幅を示します。
BorderWidth プロパティを使用すると、コントロールのボーダーの幅を、取得または設定することができます。 コントロールによって描画されるグラフィックやテキストは、ボーダー内の領域にクリップされます。