Skip to main content

SuperToolTip.DistanceBetweenItems Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, 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