Back to Devexpress

SuperToolTip.DistanceBetweenItems Property

windowsforms-devexpress-dot-utils-dot-supertooltip-0b8be383.md

latest1.3 KB
Original Source

SuperToolTip.DistanceBetweenItems Property

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(6)]
public int DistanceBetweenItems { get; set; }
vb
<DefaultValue(6)>
Public Property DistanceBetweenItems As Integer

Property Value

TypeDefaultDescription
Int326

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

|

See Also

Items

Padding

SuperToolTip Class

SuperToolTip Members

DevExpress.Utils Namespace