Skip to main content
A newer version of this page is available. .

TileBar.DefaultItemPadding Property

Gets the default amount of space in pixels between an item’s borders and its contents.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static Padding DefaultItemPadding { get; }

Property Value

Type Description
Padding

A Padding object that contains indents between an item’s borders and its contents.

See Also