Vcl.ComCtrls.TPageScroller.Margin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Margin: Integer read FMargin write SetMargin default 0;

C++

__property int Margin = {read=FMargin, write=SetMargin, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Description

Specifies the margin between the contained window and the inside edges of the page scroller.

Use Margin to specify the margin between the contained window and the inside edges of the page scroller.