Vcl.ScreenTips.TScreenTipBorderStyle.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TTipBorderStyle read FStyle write FStyle default hbsRounded;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipBorderStyle

Description

Screen tip border style.

Style represents the screen tip border style and can take two values:

Value Meaning

hbsNormal

The border is with normal sharp corners.

hbsRounded

The border has rounded corners.

The default value is hbsRounded.

See Also