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

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.v19.1.dll

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