Vcl.StdCtrls.TCustomStaticText.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TStaticBorderStyle read FBorderStyle  write SetBorderStyle default sbsNone;

C++

__property TStaticBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomStaticText

Description

Determines the appearance of the control's border.

Use BorderStyle to specify the appearance of the border, if any, that appears around the text.