Vcl.Ribbon.TRibbonTabItem.X

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property X: Integer read FX write FX;

C++

__property int X = {read=FX, write=FX, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonTabItem

Description

Use X to read or change the x-coordinate of the ribbon tab item.

See Also