Vcl.ActnCtrls.TActionToolBar.HorzMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzMargin: Integer read FHorzMargin write SetHorzMargin default 1;

C++

__property HorzMargin = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Specifies the width of the horizontal margins, in pixels.

Vcl.ActnCtrls.TActionToolBar.HorzMargin inherits from Vcl.ActnMan.TCustomActionBar.HorzMargin. All content below this line refers to Vcl.ActnMan.TCustomActionBar.HorzMargin.

Specifies the width of the horizontal margins, in pixels.

HorzMargin specifies the width of the action band's left and right horizontal margins, in pixels.

See Also