Vcl.Samples.Gauges.TGauge.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default bsSingle;

C++

__property Vcl::Forms::TBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Gauges.pas
Vcl.Samples.Gauges.hpp
Vcl.Samples.Gauges TGauge

Description

Represents the border style of the gauge.

Use this property to control the gauge border - none or single line.

See Also