TdxNavBarOfficeNavigationBarOptionsView.ItemSpacing Property
Specifies the distance (in pixels) separating individual Office Navigation Bar‘s items.
Declaration
property ItemSpacing: Integer read; write; default 4;
Property Value
Type | Default |
---|---|
Integer | 4 |
Remarks
Use this property to expand or shrink the gaps between the navigation links.
The ItemSpacing property updates automatically by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.
The default value of the ItemSpacing property is 4.
See Also