Vcl.ActnMan.TCustomActionControl.Spacing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Spacing: Integer read FSpacing write SetSpacing default 4;

C++

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

Properties

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

Description

Controls the separation between the control's icon and caption.

The value stored in Spacing is the number of pixels between the control's icon and caption. If either is absent from the control, the value of Spacing becomes irrelevant. When the control is drawn, the value used in calculations will be zero.