Vcl.Controls.TWinControl.BevelWidth

提供:RAD Studio API Documentation

Delphi

property BevelWidth: TBevelWidth read FBevelWidth write SetBevelWidth default 1;

C++

__property TBevelWidth BevelWidth = {read=FBevelWidth, write=SetBevelWidth, default=1};

プロパティ

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

説明

内部ベベルと外部べベルの幅を指定します。

BevelWidth プロパティを使用すると,内部ベベルと外部べベルの幅をピクセル単位で指定できます。

関連項目