Vcl.ScreenTips.TScreenTipBorderStyle.Style

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

Delphi

property Style: TTipBorderStyle read FStyle write FStyle default hbsRounded;

C++

__property TTipBorderStyle Style = {read=FStyle, write=FStyle, default=1};

プロパティ

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

説明

画面ヒントの枠線のスタイル。

Style は、画面ヒントの枠のスタイルを表現するもので、次の 2 つの値を指定できます:

意味

hbsNormal

枠線は標準、角丸なし。

hbsRounded

角丸あり。

デフォルト値は、hbsRounded です。

関連項目