Skip to main content

SuperToolTip.Padding Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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