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

SuperToolTip.Padding Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public Padding Padding { get; set; }

Property Value

Type Description
Padding

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

See Also