Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.Spacing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Spacing: Integer read FSpacing write SetSpacing default 0;

C++

__property Spacing = {default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonApplicationMenuBar

Description

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

Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.Spacing inherits from Vcl.ActnMan.TCustomActionBar.Spacing. All content below this line refers to Vcl.ActnMan.TCustomActionBar.Spacing.

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