Vcl.Forms.TApplication.DefaultRoundedCorners
Delphi
property DefaultRoundedCorners: TRoundedCornerType read FDefaultRoundedCorners write FDefaultRoundedCorners;
C++
__property TRoundedCornerType DefaultRoundedCorners = {read=FDefaultRoundedCorners, write=FDefaultRoundedCorners, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TApplication |
説明
DefaultRoundedCorners は、すべての後続のフォーム インスタンスに、RoundedCorners のデフォルト値を適用します。