Vcl.ActnMan.TCustomActionBar.VertMargin

提供:RAD Studio API Documentation

Delphi

property VertMargin: Integer read FVertMargin write SetVertMargin default 1;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar


説明

垂直マージンの幅をピクセルで示します。

VertMargin は、アクション バンドの上下の垂直マージンを、ピクセルで示します。

関連項目