Skip to main content

ValidationHintBaseProperties.HintPadding Property

Gets or sets the ValidationHint padding. This setting affects all validation hints owned by this Adorner UI Manager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Layout")]
public Padding HintPadding { get; set; }

Property Value

Type Description
Padding

A Padding structure applied to all hints owned by this manager.

See Also