Vcl.Forms.TRoundedCornerType

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

Delphi

TRoundedCornerType = (
rcDefault,
rcOff,
rcOn,
rcSmall
);

C++

enum DECLSPEC_DENUM TRoundedCornerType : unsigned char { rcDefault, rcOff, rcOn, rcSmall };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms


説明

TRoundedCornerType は、フォーム RoundedCorners プロパティと DefaultRoundedCorners クラス プロパティによって使用されます。

以下は、TRoundedCornerType 型で利用できる値です:

  • rcDefault: Windows のデフォルトまたはグローバル アプリ設定
  • rcOff: 角丸が無効になります。
  • rcOn: 角丸が有効になります。
  • rcSmall: 角丸は有効だが小さい半径の角丸

関連項目