Vcl.WinXCalendars.TCustomCalendarView.BorderSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderSize: Integer read FBorderSize;

C++

__property int BorderSize = {read=FBorderSize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

Specifies the size of the border.

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

See Also