Back to Devexpress

SuperToolTip.Padding Property

windowsforms-devexpress-dot-utils-dot-supertooltip-d30438a9.md

latest1.2 KB
Original Source

SuperToolTip.Padding Property

Gets or sets the padding (space between the content of the tooltip and its edge).

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public Padding Padding { get; set; }
vb
Public Property Padding As Padding

Property Value

TypeDescription
Padding

A Padding structure that specifies the space between the content of the tooltip and its edge.

|

See Also

SuperToolTip Class

SuperToolTip Members

DevExpress.Utils Namespace