Vcl.Tabs.TTabSet.StartMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StartMargin: Integer read FStartMargin write SetStartMargin default 5;

C++

__property int StartMargin = {read=FStartMargin, write=SetStartMargin, default=5};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabSet

Description

Determines how far, in pixels, the first tab appears from the left edge of the tab set control.

Together with the EndMargin property, StartMargin determines how many tabs fit in the tab set control.

See Also