Vcl.Tabs.TTabSet.EndMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EndMargin: Integer read FEndMargin write SetEndMargin default 5;

C++

__property int EndMargin = {read=FEndMargin, write=SetEndMargin, 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 rightmost tab appears from the right edge of the tab set control.

EndMargin determines how far in pixels the rightmost tab appears from the right edge of the tab set control. Together with the StartMargin property, EndMargin can play a role in determining how many tabs can fit within the tab set control.

If AutoScroll is true and scroll buttons appear in the tab set control, EndMargin determines how far in pixels the rightmost tab appears from the left edge of the scroll buttons, rather than the edge of the tab set control.

See Also