API:Vcl.WinXCalendars.TCalendarView.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default 1;

C++

__property BorderStyle = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarView

Description

Specifies the style of the border.

Vcl.WinXCalendars.TCalendarView.BorderStyle inherits from Vcl.WinXCalendars.TCustomCalendarView.BorderStyle. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.BorderStyle.

Specifies the style of the border.

With the BorderStyle property, you can specify whether the border line is visible.

See Also