Vcl.ActnMan.TCustomActionBar.Spacing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Spacing: Integer read FSpacing write SetSpacing;

C++

__property int Spacing = {read=FSpacing, write=SetSpacing, nodefault};

Properties

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

Description

Determines where the image and text appear on an action band's rendered control that represents the action client.

Spacing is used internally to set the number of pixels that should appear between the image specified in an action client's ImageIndex and the text specified in its Caption property.

See Also