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

SuperToolTip.DistanceBetweenItems Property

Specifies the distance between tooltip regions (title, content, footer, etc.).

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

[DefaultValue(6)]
public int DistanceBetweenItems { get; set; }

Property Value

Type Default Description
Int32 6

An integer which specifies the distance between tooltip regions (title, content, footer, etc.).

See Also