TdxNavBarOfficeNavigationBarOptionsView.ItemSpacing Property
Specifies the distance (in pixels) between adjacent navigation links.
Declaration
property ItemSpacing: Integer read; write; default 4;
Property Value
| Type | Default | Description |
|---|---|---|
| Integer | 4 | The distance between adjacent navigation links in pixels. |
Remarks
Use the ItemSpacing property to adjust gaps between navigation links.
Property Value Examples
4
20
Default Value
The ItemSpacing property’s default value is 4.
See Also