IRibbonPanel.CenterColumnsVertically

Fore Syntax

CenterColumnsVertically: Boolean;

Fore.NET Syntax

CenterColumnsVertically: Boolean;

Description

The CenterColumnsVertically property determines whether the control element should be aligned center relative to the panel vertical.

Comments

If the property is set to True, all control elements are center aligned relative to the panel vertical. If the property is set to False, all control elements are aligned relative to the top side of the panel.

By default this property is set to False.

Example

The example of use is given in description of the IRibbonPanels.Add method.

See also:

IRibbonPanel