Vcl.ActnMan.TCustomActionBar.VertMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VertMargin: Integer read FVertMargin write SetVertMargin default 1;

C++

__property int VertMargin = {read=FVertMargin, write=SetVertMargin, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Specifies the width of the vertical margins, in pixels.

VertMargin specifies the width of the action band's top and bottom vertical margins, in pixels.

See Also