Skip to main content

SuperToolTip.DefaultDistanceBetweenItems Field

The default distance between items. This constant specifies the default value for the SuperToolTip.DistanceBetweenItems property.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public const int DefaultDistanceBetweenItems = 6

Field Value

Type Description
Int32

An integer value that specifies the default distance between items.

See Also